#8f000c

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

Shades of Sangria #8F000C

Tints of Sangria #8F000C

Color information

#8F000C (or 0x8F000C) is unknown color: approx Sangria. HEX triplet: 8F, 00 and 0C. RGB value is (143,0,12). Sum of RGB (Red+Green+Blue) = 143+0+12=155 (20% of max value = 765). Red value is 143 (56.25% from 255 or 92.26% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 143 - color contains mainly: red. Hex color #8F000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F000C is #70FFF3. Grayscale: #2C2C2C. Windows color (decimal): -7405556 or 786575. OLE color: 786575.

HSL color Cylindrical-coordinate representation of color #8F000C: hue angle of 354.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F000C is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB143012-
CMYK010.920.44
HSL354.97º100%28.04%-
HSV(B)354.97º100%56.08%-
XYZ11.395.870.88-
YUV44.12109.88198.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 92.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 7.74%
R=92.26%
G=0%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143012010.920.44354.9710028.04
Hex8F0C0645C2C163641c
Octal21701401441345454314434
Binary1000111101100011001001011100101100101100011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f000c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,0,12); }

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

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

 a { background-color: rgb(143,0,12); }

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

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

 span { border-color: rgb(143,0,12); }

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