Html Css Color HEX #872C2E Flame Red

📋 copy color: '#872C2E'

red 135 ◦ green 44 ◦ blue 46

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

Shades of Flame Red #872C2E

Tints of Flame Red #872C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 60%
G = 19.56%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#872C2E (or 0x872C2E) is known color: Flame Red. HEX triplet: 87, 2C and 2E. RGB value is (135,44,46). Sum of RGB (Red+Green+Blue) = 135+44+46=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #872C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872C2E is #78D3D1. Grayscale: #474747. Windows color (decimal): -7918546 or 3026055. OLE color: 3026055.

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

Color convert

RGB 135 44 46 -
CMYK 0 0.67 0.66 0.47
HSL 358.68º 0.51% 0.35% -
HSV(B) 358.68º 0.67% 0.53% -
XYZ 11.39 7.15 3.36 -
YUV 71.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 135 44 46 0 0.67 0.66 0.47 358.68 0.51 0.35
Hex 87 2C 2E 0 43 42 2F 167 33 23
Octal 207 54 56 0 103 102 57 547 63 43
Binary 10000111 101100 101110 0 1000011 1000010 101111 101100111 110011 100011

Color Harmonies of #872C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C2E

Black with #872C2E

Text Example


Text Example

White with #872C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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