#872A2C

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

Shades of Flame Red #872A2C

Tints of Flame Red #872A2C

Color information

#872A2C (or 0x872A2C) is unknown color: approx Flame Red. HEX triplet: 87, 2A and 2C. RGB value is (135,42,44). Sum of RGB (Red+Green+Blue) = 135+42+44=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #872A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A2C is #78D5D3. Grayscale: #464646. Windows color (decimal): -7919060 or 2894471. OLE color: 2894471.

HSL color Cylindrical-coordinate representation of color #872A2C: hue angle of 358.71º 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 #872A2C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1354244-
CMYK00.690.670.47
HSL358.71º52.54%34.71%-
HSV(B)358.71º68.89%52.94%-
XYZ11.276.993.14-
YUV70.04113.31174.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.09%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=61.09%
G=19.00%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135424400.690.670.47358.7152.5434.71
Hex872A2C045432F1673523
Octal20752540105103575476543
Binary10000111101010101100010001011000011101111101100111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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