Html Css Color HEX #99020A Sangria

📋 copy color: '#99020A'

red 153 ◦ green 2 ◦ blue 10

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

Shades of Sangria #99020A

Tints of Sangria #99020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 92.73%
G = 1.21%
B = 6.06%

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

#99020A (or 0x99020A) is known color: Sangria. HEX triplet: 99, 02 and 0A. RGB value is (153,2,10). Sum of RGB (Red+Green+Blue) = 153+2+10=165 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.73% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 153 - color contains mainly: red. Hex color #99020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99020A is #66FDF5. Grayscale: #303030. Windows color (decimal): -6749686 or 656025. OLE color: 656025.

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

Color convert

RGB 153 2 10 -
CMYK 0 0.99 0.93 0.4
HSL 356.82º 0.97% 0.3% -
HSV(B) 356.82º 0.99% 0.6% -
XYZ 13.21 6.84 0.91 -
YUV 48.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 153 2 10 0 0.99 0.93 0.4 356.82 0.97 0.3
Hex 99 2 A 0 63 5D 28 165 61 1E
Octal 231 2 12 0 143 135 50 545 141 36
Binary 10011001 10 1010 0 1100011 1011101 101000 101100101 1100001 11110

Color Harmonies of #99020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99020A

Black with #99020A

Text Example


Text Example

White with #99020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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