Html Css Color HEX #872A2C Flame Red

📋 copy color: '#872A2C'

red 135 ◦ green 42 ◦ blue 44

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

Shades of Flame Red #872A2C

Tints of Flame Red #872A2C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19%

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 61.09%
G = 19%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#872A2C (or 0x872A2C) is known color: Flame Red. HEX triplet: 87, 2A and 2C. RGB value is (135,42,44). Sum of RGB (Red+Green+Blue) = 135+42+44=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #872A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872A2C is #78D5D3. Grayscale: #464646. Windows color (decimal): -7919060 or 2894471. OLE color: 2894471.

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

Color convert

RGB 135 42 44 -
CMYK 0 0.69 0.67 0.47
HSL 358.71º 0.53% 0.35% -
HSV(B) 358.71º 0.69% 0.53% -
XYZ 11.27 6.99 3.14 -
YUV 70.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 135 42 44 0 0.69 0.67 0.47 358.71 0.53 0.35
Hex 87 2A 2C 0 45 43 2F 167 35 23
Octal 207 52 54 0 105 103 57 547 65 43
Binary 10000111 101010 101100 0 1000101 1000011 101111 101100111 110101 100011

Color Harmonies of #872A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A2C

Black with #872A2C

Text Example


Text Example

White with #872A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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