#8F030D

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

Shades of Sangria #8F030D

Tints of Sangria #8F030D

Color information

#8F030D (or 0x8F030D) is unknown color: approx Sangria. HEX triplet: 8F, 03 and 0D. RGB value is (143,3,13). Sum of RGB (Red+Green+Blue) = 143+3+13=159 (21% of max value = 765). Red value is 143 (56.25% from 255 or 89.94% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 143 - color contains mainly: red. Hex color #8F030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F030D is #70FCF2. Grayscale: #2E2E2E. Windows color (decimal): -7404787 or 852879. OLE color: 852879.

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

Color convert

RGB143313-
CMYK00.980.910.44
HSL355.71º95.89%28.63%-
HSV(B)355.71º97.9%56.08%-
XYZ11.435.930.92-
YUV46109.38197.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 89.94%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=89.94%
G=1.89%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14331300.980.910.44355.7195.8928.63
Hex8F3D0625B2C164601d
Octal21731501421335454414035
Binary10001111111101011000101011011101100101100100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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