#872629

Color #872629 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #872629

Tints of Flame Red #872629

Color information

#872629 (or 0x872629) is unknown color: approx Flame Red. HEX triplet: 87, 26 and 29. RGB value is (135,38,41). Sum of RGB (Red+Green+Blue) = 135+38+41=214 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.08% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 135 - color contains mainly: red. Hex color #872629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872629 is #78D9D6. Grayscale: #434343. Windows color (decimal): -7920087 or 2696839. OLE color: 2696839.

HSL color Cylindrical-coordinate representation of color #872629: hue angle of 358.14º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872629 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1353841-
CMYK00.720.700.47
HSL358.14º56.07%33.92%-
HSV(B)358.14º71.85%52.94%-
XYZ11.096.72.81-
YUV67.34113.14176.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.08%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=63.08%
G=17.76%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135384100.720.700.47358.1456.0733.92
Hex872629048462F1663822
Octal20746510110106575467042
Binary10000111100110101001010010001000110101111101100110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872629; }

 p { color: rgb(135,38,41); }

 H1.HeaderClassName
 {
   color: #872629;
 }
 .AnyTagClassName
 {
   color: #872629;
 }
</style>
background-color css

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

 a { background-color: rgb(135,38,41); }

 div.DivClassName
 {
   background-color: #872629;
 }
 .BgClassName
 {
   background-color: #872629;
 }
</style>
border-color css

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

 span { border-color: rgb(135,38,41); }

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