Html Css Color HEX #99050B Sangria

📋 copy color: '#99050B'

red 153 ◦ green 5 ◦ blue 11

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

Shades of Sangria #99050B

Tints of Sangria #99050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

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

R = 90.53%
G = 2.96%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99050B (or 0x99050B) is known color: Sangria. HEX triplet: 99, 05 and 0B. RGB value is (153,5,11). Sum of RGB (Red+Green+Blue) = 153+5+11=169 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90.53% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 153 - color contains mainly: red. Hex color #99050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99050B is #66FAF4. Grayscale: #323232. Windows color (decimal): -6748917 or 722329. OLE color: 722329.

HSL color Cylindrical-coordinate representation of color #99050B: hue angle of 357.57º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99050B is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 11 -
CMYK 0 0.97 0.93 0.4
HSL 357.57º 0.94% 0.31% -
HSV(B) 357.57º 0.97% 0.6% -
XYZ 13.25 6.91 0.95 -
YUV 49.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 153 5 11 0 0.97 0.93 0.4 357.57 0.94 0.31
Hex 99 5 B 0 61 5D 28 166 5E 1F
Octal 231 5 13 0 141 135 50 546 136 37
Binary 10011001 101 1011 0 1100001 1011101 101000 101100110 1011110 11111

Color Harmonies of #99050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99050B

Black with #99050B

Text Example


Text Example

White with #99050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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