Html Css Color HEX #872C31 Flame Red

📋 copy color: '#872C31'

red 135 ◦ green 44 ◦ blue 49

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

Shades of Flame Red #872C31

Tints of Flame Red #872C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.3%

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

R = 59.21%
G = 19.3%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#872C31 (or 0x872C31) is known color: Flame Red. HEX triplet: 87, 2C and 31. RGB value is (135,44,49). Sum of RGB (Red+Green+Blue) = 135+44+49=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #872C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C31 is #78D3CE. Grayscale: #474747. Windows color (decimal): -7918543 or 3222663. OLE color: 3222663.

HSL color Cylindrical-coordinate representation of color #872C31: hue angle of 356.7º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C31 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 49 -
CMYK 0 0.67 0.64 0.47
HSL 356.7º 0.51% 0.35% -
HSV(B) 356.7º 0.67% 0.53% -
XYZ 11.45 7.17 3.69 -
YUV 71.78 115.15 173.09 -
System Red Green Blue C M Y K H S L
Decimal 135 44 49 0 0.67 0.64 0.47 356.7 0.51 0.35
Hex 87 2C 31 0 43 40 2F 165 33 23
Octal 207 54 61 0 103 100 57 545 63 43
Binary 10000111 101100 110001 0 1000011 1000000 101111 101100101 110011 100011

Color Harmonies of #872C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C31

Black with #872C31

Text Example


Text Example

White with #872C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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