#8F030C

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

Shades of Sangria #8F030C

Tints of Sangria #8F030C

Color information

#8F030C (or 0x8F030C) is unknown color: approx Sangria. HEX triplet: 8F, 03 and 0C. RGB value is (143,3,12). Sum of RGB (Red+Green+Blue) = 143+3+12=158 (20% of max value = 765). Red value is 143 (56.25% from 255 or 90.51% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 143 - color contains mainly: red. Hex color #8F030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F030C is #70FCF3. Grayscale: #2D2D2D. Windows color (decimal): -7404788 or 787343. OLE color: 787343.

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

Color convert

RGB143312-
CMYK00.980.920.44
HSL356.14º95.89%28.63%-
HSV(B)356.14º97.9%56.08%-
XYZ11.435.930.89-
YUV45.89108.88197.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 90.51%
GREEN value IS 3 (1.56% from 255) = 1.90%
BLUE value IS 12 (5.08% from 255) = 7.59%
R=90.51%
G=1.90%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14331200.980.920.44356.1495.8928.63
Hex8F3C0625C2C164601d
Octal21731401421345454414035
Binary10001111111100011000101011100101100101100100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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