Html Css Color HEX #99050C Sangria

📋 copy color: '#99050C'

red 153 ◦ green 5 ◦ blue 12

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

Shades of Sangria #99050C

Tints of Sangria #99050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.06%

R = 90%
G = 2.94%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99050C (or 0x99050C) is known color: Sangria. HEX triplet: 99, 05 and 0C. RGB value is (153,5,12). Sum of RGB (Red+Green+Blue) = 153+5+12=170 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 153 - color contains mainly: red. Hex color #99050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99050C is #66FAF3. Grayscale: #323232. Windows color (decimal): -6748916 or 787865. OLE color: 787865.

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

Color convert

RGB 153 5 12 -
CMYK 0 0.97 0.92 0.4
HSL 357.16º 0.94% 0.31% -
HSV(B) 357.16º 0.97% 0.6% -
XYZ 13.26 6.91 0.98 -
YUV 50.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 153 5 12 0 0.97 0.92 0.4 357.16 0.94 0.31
Hex 99 5 C 0 61 5C 28 165 5E 1F
Octal 231 5 14 0 141 134 50 545 136 37
Binary 10011001 101 1100 0 1100001 1011100 101000 101100101 1011110 11111

Color Harmonies of #99050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99050C

Black with #99050C

Text Example


Text Example

White with #99050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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