Html Css Color HEX #99080C Sangria

📋 copy color: '#99080C'

red 153 ◦ green 8 ◦ blue 12

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

Shades of Sangria #99080C

Tints of Sangria #99080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

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

R = 88.44%
G = 4.62%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99080C (or 0x99080C) is known color: Sangria. HEX triplet: 99, 08 and 0C. RGB value is (153,8,12). Sum of RGB (Red+Green+Blue) = 153+8+12=173 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.44% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 153 - color contains mainly: red. Hex color #99080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99080C is #66F7F3. Grayscale: #333333. Windows color (decimal): -6748148 or 788633. OLE color: 788633.

HSL color Cylindrical-coordinate representation of color #99080C: hue angle of 358.34º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99080C is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 12 -
CMYK 0 0.95 0.92 0.4
HSL 358.34º 0.9% 0.32% -
HSV(B) 358.34º 0.95% 0.6% -
XYZ 13.29 6.97 0.99 -
YUV 51.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 153 8 12 0 0.95 0.92 0.4 358.34 0.9 0.32
Hex 99 8 C 0 5F 5C 28 166 5A 20
Octal 231 10 14 0 137 134 50 546 132 40
Binary 10011001 1000 1100 0 1011111 1011100 101000 101100110 1011010 100000

Color Harmonies of #99080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99080C

Black with #99080C

Text Example


Text Example

White with #99080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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