Html Css Color HEX #872027 Flame Red

📋 copy color: '#872027'

red 135 ◦ green 32 ◦ blue 39

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

Shades of Flame Red #872027

Tints of Flame Red #872027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 65.53%
G = 15.53%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#872027 (or 0x872027) is known color: Flame Red. HEX triplet: 87, 20 and 27. RGB value is (135,32,39). Sum of RGB (Red+Green+Blue) = 135+32+39=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #872027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872027 is #78DFD8. Grayscale: #3F3F3F. Windows color (decimal): -7921625 or 2564231. OLE color: 2564231.

HSL color Cylindrical-coordinate representation of color #872027: hue angle of 355.92º 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 #872027 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 39 -
CMYK 0 0.76 0.71 0.47
HSL 355.92º 0.62% 0.33% -
HSV(B) 355.92º 0.76% 0.53% -
XYZ 10.87 6.33 2.57 -
YUV 63.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 135 32 39 0 0.76 0.71 0.47 355.92 0.62 0.33
Hex 87 20 27 0 4C 47 2F 164 3E 21
Octal 207 40 47 0 114 107 57 544 76 41
Binary 10000111 100000 100111 0 1001100 1000111 101111 101100100 111110 100001

Color Harmonies of #872027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872027

Black with #872027

Text Example


Text Example

White with #872027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872027; }

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

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

background-color css

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

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

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

border-color css

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

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

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