#9F0208

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

Shades of Sangria #9F0208

Tints of Sangria #9F0208

Color information

#9F0208 (or 0x9F0208) is unknown color: approx Sangria. HEX triplet: 9F, 02 and 08. RGB value is (159,2,8). Sum of RGB (Red+Green+Blue) = 159+2+8=169 (22% of max value = 765). Red value is 159 (62.5% from 255 or 94.08% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0208 is #60FDF7. Grayscale: #313131. Windows color (decimal): -6356472 or 524959. OLE color: 524959.

HSL color Cylindrical-coordinate representation of color #9F0208: hue angle of 357.71º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0208 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB15928-
CMYK00.990.950.38
HSL357.71º97.52%31.57%-
HSV(B)357.71º98.74%62.35%-
XYZ14.367.430.91-
YUV49.63104.51206.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 94.08%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=94.08%
G=1.18%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592800.990.950.38357.7197.5231.57
Hex9F280635F261666220
Octal23721001431374654614240
Binary100111111010000110001110111111001101011001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F0208; }

 p { color: rgb(159,2,8); }

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

<style>
 a { background-color: #9F0208; }

 a { background-color: rgb(159,2,8); }

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

<style>
 span { border-color: #9F0208; }

 span { border-color: rgb(159,2,8); }

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