#872A2D

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

Shades of Flame Red #872A2D

Tints of Flame Red #872A2D

Color information

#872A2D (or 0x872A2D) is unknown color: approx Flame Red. HEX triplet: 87, 2A and 2D. RGB value is (135,42,45). Sum of RGB (Red+Green+Blue) = 135+42+45=222 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.81% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 135 - color contains mainly: red. Hex color #872A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A2D is #78D5D2. Grayscale: #464646. Windows color (decimal): -7919059 or 2960007. OLE color: 2960007.

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

Color convert

RGB1354245-
CMYK00.690.670.47
HSL358.06º52.54%34.71%-
HSV(B)358.06º68.89%52.94%-
XYZ11.2973.24-
YUV70.15113.81174.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60.81%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=60.81%
G=18.92%
B=20.27%

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
Decimal135424500.690.670.47358.0652.5434.71
Hex872A2D045432F1663523
Octal20752550105103575466543
Binary10000111101010101101010001011000011101111101100110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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