#872B32

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

Shades of Flame Red #872B32

Tints of Flame Red #872B32

Color information

#872B32 (or 0x872B32) is unknown color: approx Flame Red. HEX triplet: 87, 2B and 32. RGB value is (135,43,50). Sum of RGB (Red+Green+Blue) = 135+43+50=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #872B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872B32 is #78D4CD. Grayscale: #474747. Windows color (decimal): -7918798 or 3287943. OLE color: 3287943.

HSL color Cylindrical-coordinate representation of color #872B32: hue angle of 355.43º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #872B32 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1354350-
CMYK00.680.630.47
HSL355.43º51.69%34.9%-
HSV(B)355.43º68.15%52.94%-
XYZ11.437.113.79-
YUV71.31115.98173.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 50 (19.92% from 255) = 21.93%
R=59.21%
G=18.86%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135435000.680.630.47355.4351.6934.9
Hex872B320443F2F1633423
Octal2075362010477575436443
Binary1000011110101111001001000100111111101111101100011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872B32; }

 p { color: rgb(135,43,50); }

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

<style>
 a { background-color: #872B32; }

 a { background-color: rgb(135,43,50); }

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

<style>
 span { border-color: #872B32; }

 span { border-color: rgb(135,43,50); }

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