#8F0406

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

Shades of Sangria #8F0406

Tints of Sangria #8F0406

Color information

#8F0406 (or 0x8F0406) is unknown color: approx Sangria. HEX triplet: 8F, 04 and 06. RGB value is (143,4,6). Sum of RGB (Red+Green+Blue) = 143+4+6=153 (20% of max value = 765). Red value is 143 (56.25% from 255 or 93.46% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F0406 is #70FBF9. Grayscale: #2D2D2D. Windows color (decimal): -7404538 or 394383. OLE color: 394383.

HSL color Cylindrical-coordinate representation of color #8F0406: hue angle of 359.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0406 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB14346-
CMYK00.970.960.44
HSL359.14º94.56%28.82%-
HSV(B)359.14º97.2%56.08%-
XYZ11.45.940.72-
YUV45.79105.55197.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 93.46%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=93.46%
G=2.61%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434600.970.960.44359.1494.5628.82
Hex8F46061602C1675f1d
Octal2174601411405454713735
Binary10001111100110011000011100000101100101100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,4,6); }

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

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

 a { background-color: rgb(143,4,6); }

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

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

 span { border-color: rgb(143,4,6); }

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