#8F010D

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

Shades of Sangria #8F010D

Tints of Sangria #8F010D

Color information

#8F010D (or 0x8F010D) is unknown color: approx Sangria. HEX triplet: 8F, 01 and 0D. RGB value is (143,1,13). Sum of RGB (Red+Green+Blue) = 143+1+13=157 (20% of max value = 765). Red value is 143 (56.25% from 255 or 91.08% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 143 - color contains mainly: red. Hex color #8F010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F010D is #70FEF2. Grayscale: #2C2C2C. Windows color (decimal): -7405299 or 852367. OLE color: 852367.

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

Color convert

RGB143113-
CMYK00.990.910.44
HSL354.93º98.61%28.24%-
HSV(B)354.93º99.3%56.08%-
XYZ11.415.890.92-
YUV44.83110.04198.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 91.08%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 13 (5.47% from 255) = 8.28%
R=91.08%
G=0.64%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311300.990.910.44354.9398.6128.24
Hex8F1D0635B2C163631c
Octal21711501431335454314334
Binary1000111111101011000111011011101100101100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,1,13); }

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

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

 a { background-color: rgb(143,1,13); }

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

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

 span { border-color: rgb(143,1,13); }

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