#8F030B

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

Shades of Sangria #8F030B

Tints of Sangria #8F030B

Color information

#8F030B (or 0x8F030B) is unknown color: approx Sangria. HEX triplet: 8F, 03 and 0B. RGB value is (143,3,11). Sum of RGB (Red+Green+Blue) = 143+3+11=157 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.08% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 143 - color contains mainly: red. Hex color #8F030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F030B is #70FCF4. Grayscale: #2D2D2D. Windows color (decimal): -7404789 or 721807. OLE color: 721807.

HSL color Cylindrical-coordinate representation of color #8F030B: hue angle of 356.57º 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 #8F030B is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB143311-
CMYK00.980.920.44
HSL356.57º95.89%28.63%-
HSV(B)356.57º97.9%56.08%-
XYZ11.425.930.86-
YUV45.77108.38197.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 91.08%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=91.08%
G=1.91%
B=7.01%

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
Decimal14331100.980.920.44356.5795.8928.63
Hex8F3B0625C2C165601d
Octal21731301421345454514035
Binary10001111111011011000101011100101100101100101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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