Html Css Color HEX #872229 Flame Red

📋 copy color: '#872229'

red 135 ◦ green 34 ◦ blue 41

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

Shades of Flame Red #872229

Tints of Flame Red #872229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.19%

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

R = 64.29%
G = 16.19%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#872229 (or 0x872229) is known color: Flame Red. HEX triplet: 87, 22 and 29. RGB value is (135,34,41). Sum of RGB (Red+Green+Blue) = 135+34+41=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #872229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872229 is #78DDD6. Grayscale: #414141. Windows color (decimal): -7921111 or 2695815. OLE color: 2695815.

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

Color convert

RGB 135 34 41 -
CMYK 0 0.75 0.70 0.47
HSL 355.84º 0.6% 0.33% -
HSV(B) 355.84º 0.75% 0.53% -
XYZ 10.96 6.46 2.77 -
YUV 65 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 135 34 41 0 0.75 0.70 0.47 355.84 0.6 0.33
Hex 87 22 29 0 4B 46 2F 164 3C 21
Octal 207 42 51 0 113 106 57 544 74 41
Binary 10000111 100010 101001 0 1001011 1000110 101111 101100100 111100 100001

Color Harmonies of #872229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872229

Black with #872229

Text Example


Text Example

White with #872229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872229; }

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

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

background-color css

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

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

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

border-color css

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

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

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