#99020F

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

Shades of Sangria #99020F

Tints of Sangria #99020F

Color information

#99020F (or 0x99020F) is unknown color: approx Sangria. HEX triplet: 99, 02 and 0F. RGB value is (153,2,15). Sum of RGB (Red+Green+Blue) = 153+2+15=170 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 153 - color contains mainly: red. Hex color #99020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99020F is #66FDF0. Grayscale: #303030. Windows color (decimal): -6749681 or 983705. OLE color: 983705.

HSL color Cylindrical-coordinate representation of color #99020F: hue angle of 354.83º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99020F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB153215-
CMYK00.990.900.4
HSL354.83º97.42%30.39%-
HSV(B)354.83º98.69%60%-
XYZ13.246.851.08-
YUV48.63109.03202.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 90%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=90%
G=1.18%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15321500.990.900.4354.8397.4230.39
Hex992F0635A28163611e
Octal23121701431325054314136
Binary10011001101111011000111011010101000101100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99020F; }

 p { color: rgb(153,2,15); }

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

<style>
 a { background-color: #99020F; }

 a { background-color: rgb(153,2,15); }

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

<style>
 span { border-color: #99020F; }

 span { border-color: rgb(153,2,15); }

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