#842B31

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

Shades of Flame Red #842B31

Tints of Flame Red #842B31

Color information

#842B31 (or 0x842B31) is unknown color: approx Flame Red. HEX triplet: 84, 2B and 31. RGB value is (132,43,49). Sum of RGB (Red+Green+Blue) = 132+43+49=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #842B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842B31 is #7BD4CE. Grayscale: #464646. Windows color (decimal): -8115407 or 3222404. OLE color: 3222404.

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

Color convert

RGB1324349-
CMYK00.670.630.48
HSL355.96º50.86%34.31%-
HSV(B)355.96º67.42%51.76%-
XYZ10.936.863.65-
YUV70.3115.99172.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.93%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=58.93%
G=19.20%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132434900.670.630.48355.9650.8634.31
Hex842B310433F301643322
Octal2045361010377605446342
Binary1000010010101111000101000011111111110000101100100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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