#872A2B

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

Shades of Flame Red #872A2B

Tints of Flame Red #872A2B

Color information

#872A2B (or 0x872A2B) is unknown color: approx Flame Red. HEX triplet: 87, 2A and 2B. RGB value is (135,42,43). Sum of RGB (Red+Green+Blue) = 135+42+43=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #872A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A2B is #78D5D4. Grayscale: #464646. Windows color (decimal): -7919061 or 2828935. OLE color: 2828935.

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

Color convert

RGB1354243-
CMYK00.690.680.47
HSL359.35º52.54%34.71%-
HSV(B)359.35º68.89%52.94%-
XYZ11.266.983.04-
YUV69.92112.81174.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.36%
GREEN value IS 42 (16.80% from 255) = 19.09%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=61.36%
G=19.09%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135424300.690.680.47359.3552.5434.71
Hex872A2B045442F1673523
Octal20752530105104575476543
Binary10000111101010101011010001011000100101111101100111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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