#8C040F

Color #8C040F Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #8C040F

Tints of Sangria #8C040F

Color information

#8C040F (or 0x8C040F) is unknown color: approx Sangria. HEX triplet: 8C, 04 and 0F. RGB value is (140,4,15). Sum of RGB (Red+Green+Blue) = 140+4+15=159 (21% of max value = 765). Red value is 140 (55.08% from 255 or 88.05% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 140 - color contains mainly: red. Hex color #8C040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C040F is #73FBF0. Grayscale: #2E2E2E. Windows color (decimal): -7601137 or 984204. OLE color: 984204.

HSL color Cylindrical-coordinate representation of color #8C040F: hue angle of 355.15º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C040F is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB140415-
CMYK00.970.890.45
HSL355.15º94.44%28.24%-
HSV(B)355.15º97.14%54.9%-
XYZ10.945.70.97-
YUV45.92110.56195.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 88.05%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=88.05%
G=2.52%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14041500.970.890.45355.1594.4428.24
Hex8C4F061592D1635e1c
Octal21441701411315554313634
Binary100011001001111011000011011001101101101100011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C040F; }

 p { color: rgb(140,4,15); }

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

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

 a { background-color: rgb(140,4,15); }

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

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

 span { border-color: rgb(140,4,15); }

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