#872328

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

Shades of Flame Red #872328

Tints of Flame Red #872328

Color information

#872328 (or 0x872328) is unknown color: approx Flame Red. HEX triplet: 87, 23 and 28. RGB value is (135,35,40). Sum of RGB (Red+Green+Blue) = 135+35+40=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #872328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872328 is #78DCD7. Grayscale: #414141. Windows color (decimal): -7920856 or 2630535. OLE color: 2630535.

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

Color convert

RGB1353540-
CMYK00.740.700.47
HSL357º58.82%33.33%-
HSV(B)357º74.07%52.94%-
XYZ10.986.512.68-
YUV65.47113.63177.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 64.29%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=64.29%
G=16.67%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135354000.740.700.4735758.8233.33
Hex87232804A462F1653b21
Octal20743500112106575457341
Binary10000111100011101000010010101000110101111101100101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872328; }

 p { color: rgb(135,35,40); }

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

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

 a { background-color: rgb(135,35,40); }

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

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

 span { border-color: rgb(135,35,40); }

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