#842D31

Color #842D31 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #842D31

Tints of Flame Red #842D31

Color information

#842D31 (or 0x842D31) is unknown color: approx Flame Red. HEX triplet: 84, 2D and 31. RGB value is (132,45,49). Sum of RGB (Red+Green+Blue) = 132+45+49=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #842D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D31 is #7BD2CE. Grayscale: #474747. Windows color (decimal): -8114895 or 3222916. OLE color: 3222916.

HSL color Cylindrical-coordinate representation of color #842D31: hue angle of 357.24º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D31 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1324549-
CMYK00.660.630.48
HSL357.24º49.15%34.71%-
HSV(B)357.24º65.91%51.76%-
XYZ11.0173.68-
YUV71.47115.32171.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=58.41%
G=19.91%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132454900.660.630.48357.2449.1534.71
Hex842D310423F301653123
Octal2045561010277605456143
Binary1000010010110111000101000010111111110000101100101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842D31; }

 p { color: rgb(132,45,49); }

 H1.HeaderClassName
 {
   color: #842D31;
 }
 .AnyTagClassName
 {
   color: #842D31;
 }
</style>
background-color css

<style>
 a { background-color: #842D31; }

 a { background-color: rgb(132,45,49); }

 div.DivClassName
 {
   background-color: #842D31;
 }
 .BgClassName
 {
   background-color: #842D31;
 }
</style>
border-color css

<style>
 span { border-color: #842D31; }

 span { border-color: rgb(132,45,49); }

 td.TdClassName
 {
   border-color: #842D31;
 }
 .TagClassName
 {
   border-color: #842D31;
 }
</style>