Html Css Color HEX #99020B Sangria

📋 copy color: '#99020B'

red 153 ◦ green 2 ◦ blue 11

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

Shades of Sangria #99020B

Tints of Sangria #99020B

RGB

 RED value IS 153 (60.16% from 255) = 92.17%

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 11 (4.69% from 255) = 6.63%

R = 92.17%
G = 1.2%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99020B (or 0x99020B) is known color: Sangria. HEX triplet: 99, 02 and 0B. RGB value is (153,2,11). Sum of RGB (Red+Green+Blue) = 153+2+11=166 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.17% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 153 - color contains mainly: red. Hex color #99020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99020B is #66FDF4. Grayscale: #303030. Windows color (decimal): -6749685 or 721561. OLE color: 721561.

HSL color Cylindrical-coordinate representation of color #99020B: hue angle of 356.42º 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 #99020B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 11 -
CMYK 0 0.99 0.93 0.4
HSL 356.42º 0.97% 0.3% -
HSV(B) 356.42º 0.99% 0.6% -
XYZ 13.22 6.84 0.94 -
YUV 48.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 153 2 11 0 0.99 0.93 0.4 356.42 0.97 0.3
Hex 99 2 B 0 63 5D 28 164 61 1E
Octal 231 2 13 0 143 135 50 544 141 36
Binary 10011001 10 1011 0 1100011 1011101 101000 101100100 1100001 11110

Color Harmonies of #99020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99020B

Black with #99020B

Text Example


Text Example

White with #99020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99020B;
 }
 .AnyTagClassName
 {
   color: #99020B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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