#8F030F

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

Shades of Sangria #8F030F

Tints of Sangria #8F030F

Color information

#8F030F (or 0x8F030F) is unknown color: approx Sangria. HEX triplet: 8F, 03 and 0F. RGB value is (143,3,15). Sum of RGB (Red+Green+Blue) = 143+3+15=161 (21% of max value = 765). Red value is 143 (56.25% from 255 or 88.82% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 143 - color contains mainly: red. Hex color #8F030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F030F is #70FCF0. Grayscale: #2E2E2E. Windows color (decimal): -7404785 or 983951. OLE color: 983951.

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

Color convert

RGB143315-
CMYK00.980.900.44
HSL354.86º95.89%28.63%-
HSV(B)354.86º97.9%56.08%-
XYZ11.455.941-
YUV46.23110.38197.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 88.82%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 15 (6.25% from 255) = 9.32%
R=88.82%
G=1.86%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14331500.980.900.44354.8695.8928.63
Hex8F3F0625A2C163601d
Octal21731701421325454314035
Binary10001111111111011000101011010101100101100011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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