Html Css Color HEX #99020D Sangria

📋 copy color: '#99020D'

red 153 ◦ green 2 ◦ blue 13

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

Shades of Sangria #99020D

Tints of Sangria #99020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 91.07%
G = 1.19%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99020D (or 0x99020D) is known color: Sangria. HEX triplet: 99, 02 and 0D. RGB value is (153,2,13). Sum of RGB (Red+Green+Blue) = 153+2+13=168 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.07% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 153 - color contains mainly: red. Hex color #99020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99020D is #66FDF2. Grayscale: #303030. Windows color (decimal): -6749683 or 852633. OLE color: 852633.

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

Color convert

RGB 153 2 13 -
CMYK 0 0.99 0.92 0.4
HSL 355.63º 0.97% 0.3% -
HSV(B) 355.63º 0.99% 0.6% -
XYZ 13.23 6.84 1 -
YUV 48.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 153 2 13 0 0.99 0.92 0.4 355.63 0.97 0.3
Hex 99 2 D 0 63 5C 28 164 61 1E
Octal 231 2 15 0 143 134 50 544 141 36
Binary 10011001 10 1101 0 1100011 1011100 101000 101100100 1100001 11110

Color Harmonies of #99020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99020D

Black with #99020D

Text Example


Text Example

White with #99020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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