Html Css Color HEX #872D2F Flame Red

📋 copy color: '#872D2F'

red 135 ◦ green 45 ◦ blue 47

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

Shades of Flame Red #872D2F

Tints of Flame Red #872D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 59.47%
G = 19.82%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#872D2F (or 0x872D2F) is known color: Flame Red. HEX triplet: 87, 2D and 2F. RGB value is (135,45,47). Sum of RGB (Red+Green+Blue) = 135+45+47=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #872D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872D2F is #78D2D0. Grayscale: #484848. Windows color (decimal): -7918289 or 3091847. OLE color: 3091847.

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

Color convert

RGB 135 45 47 -
CMYK 0 0.67 0.65 0.47
HSL 358.67º 0.5% 0.35% -
HSV(B) 358.67º 0.67% 0.53% -
XYZ 11.44 7.23 3.48 -
YUV 72.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 135 45 47 0 0.67 0.65 0.47 358.67 0.5 0.35
Hex 87 2D 2F 0 43 41 2F 167 32 23
Octal 207 55 57 0 103 101 57 547 62 43
Binary 10000111 101101 101111 0 1000011 1000001 101111 101100111 110010 100011

Color Harmonies of #872D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D2F

Black with #872D2F

Text Example


Text Example

White with #872D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,45,47); }

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

background-color css

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

 a { background-color: rgb(135,45,47); }

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

border-color css

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

 span { border-color: rgb(135,45,47); }

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