Html Css Color HEX #872029 Flame Red

📋 copy color: '#872029'

red 135 ◦ green 32 ◦ blue 41

#872029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #872029

Tints of Flame Red #872029

RGB

 RED value IS 135 (53.13% from 255) = 64.9%

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 41 (16.41% from 255) = 19.71%

R = 64.9%
G = 15.38%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#872029 (or 0x872029) is known color: Flame Red. HEX triplet: 87, 20 and 29. RGB value is (135,32,41). Sum of RGB (Red+Green+Blue) = 135+32+41=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #872029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872029 is #78DFD6. Grayscale: #3F3F3F. Windows color (decimal): -7921623 or 2695303. OLE color: 2695303.

HSL color Cylindrical-coordinate representation of color #872029: hue angle of 354.76º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872029 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 41 -
CMYK 0 0.76 0.70 0.47
HSL 354.76º 0.62% 0.33% -
HSV(B) 354.76º 0.76% 0.53% -
XYZ 10.91 6.34 2.75 -
YUV 63.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 135 32 41 0 0.76 0.70 0.47 354.76 0.62 0.33
Hex 87 20 29 0 4C 46 2F 163 3E 21
Octal 207 40 51 0 114 106 57 543 76 41
Binary 10000111 100000 101001 0 1001100 1000110 101111 101100011 111110 100001

Color Harmonies of #872029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872029

Black with #872029

Text Example


Text Example

White with #872029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872029; }

 p { color: rgb(135,32,41); }

 H1.HeaderClassName
 {
   color: #872029;
 }
 .AnyTagClassName
 {
   color: #872029;
 }
</style>

background-color css

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

 a { background-color: rgb(135,32,41); }

 div.DivClassName
 {
   background-color: #872029;
 }
 .BgClassName
 {
   background-color: #872029;
 }
</style>

border-color css

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

 span { border-color: rgb(135,32,41); }

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