Html Css Color HEX #872831 Flame Red

📋 copy color: '#872831'

red 135 ◦ green 40 ◦ blue 49

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

Shades of Flame Red #872831

Tints of Flame Red #872831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.86%

 BLUE value IS 49 (19.53% from 255) = 21.88%

R = 60.27%
G = 17.86%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#872831 (or 0x872831) is known color: Flame Red. HEX triplet: 87, 28 and 31. RGB value is (135,40,49). Sum of RGB (Red+Green+Blue) = 135+40+49=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #872831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872831 is #78D7CE. Grayscale: #454545. Windows color (decimal): -7919567 or 3221639. OLE color: 3221639.

HSL color Cylindrical-coordinate representation of color #872831: hue angle of 354.32º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872831 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 40 49 -
CMYK 0 0.70 0.64 0.47
HSL 354.32º 0.54% 0.34% -
HSV(B) 354.32º 0.7% 0.53% -
XYZ 11.3 6.89 3.64 -
YUV 69.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 135 40 49 0 0.70 0.64 0.47 354.32 0.54 0.34
Hex 87 28 31 0 46 40 2F 162 36 22
Octal 207 50 61 0 106 100 57 542 66 42
Binary 10000111 101000 110001 0 1000110 1000000 101111 101100010 110110 100010

Color Harmonies of #872831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872831

Black with #872831

Text Example


Text Example

White with #872831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872831; }

 p { color: rgb(135,40,49); }

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

background-color css

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

 a { background-color: rgb(135,40,49); }

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

border-color css

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

 span { border-color: rgb(135,40,49); }

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