Html Css Color HEX #872C32 Flame Red

📋 copy color: '#872C32'

red 135 ◦ green 44 ◦ blue 50

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

Shades of Flame Red #872C32

Tints of Flame Red #872C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 58.95%
G = 19.21%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#872C32 (or 0x872C32) is known color: Flame Red. HEX triplet: 87, 2C and 32. RGB value is (135,44,50). Sum of RGB (Red+Green+Blue) = 135+44+50=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #872C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C32 is #78D3CD. Grayscale: #474747. Windows color (decimal): -7918542 or 3288199. OLE color: 3288199.

HSL color Cylindrical-coordinate representation of color #872C32: hue angle of 356.04º 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 #872C32 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 50 -
CMYK 0 0.67 0.63 0.47
HSL 356.04º 0.51% 0.35% -
HSV(B) 356.04º 0.67% 0.53% -
XYZ 11.47 7.18 3.8 -
YUV 71.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 135 44 50 0 0.67 0.63 0.47 356.04 0.51 0.35
Hex 87 2C 32 0 43 3F 2F 164 33 23
Octal 207 54 62 0 103 77 57 544 63 43
Binary 10000111 101100 110010 0 1000011 111111 101111 101100100 110011 100011

Color Harmonies of #872C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C32

Black with #872C32

Text Example


Text Example

White with #872C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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