Html Css Color HEX #99020F Sangria

📋 copy color: '#99020F'

red 153 ◦ green 2 ◦ blue 15

#99020F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #99020F

Tints of Sangria #99020F

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 value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99020F (or 0x99020F) is known color: 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

RGB 153 2 15 -
CMYK 0 0.99 0.90 0.4
HSL 354.83º 0.97% 0.3% -
HSV(B) 354.83º 0.99% 0.6% -
XYZ 13.24 6.85 1.08 -
YUV 48.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 153 2 15 0 0.99 0.90 0.4 354.83 0.97 0.3
Hex 99 2 F 0 63 5A 28 163 61 1E
Octal 231 2 17 0 143 132 50 543 141 36
Binary 10011001 10 1111 0 1100011 1011010 101000 101100011 1100001 11110

Color Harmonies of #99020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99020F

Black with #99020F

Text Example


Text Example

White with #99020F

Text Example


Text Example

HTML Codes & Css Web 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>