Html Css Color HEX #990708 Sangria

📋 copy color: '#990708'

red 153 ◦ green 7 ◦ blue 8

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

Shades of Sangria #990708

Tints of Sangria #990708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.17%

 BLUE value IS 8 (3.52% from 255) = 4.76%

R = 91.07%
G = 4.17%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#990708 (or 0x990708) is known color: Sangria. HEX triplet: 99, 07 and 08. RGB value is (153,7,8). Sum of RGB (Red+Green+Blue) = 153+7+8=168 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.07% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 153 - color contains mainly: red. Hex color #990708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990708 is #66F8F7. Grayscale: #323232. Windows color (decimal): -6748408 or 526233. OLE color: 526233.

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

Color convert

RGB 153 7 8 -
CMYK 0 0.95 0.95 0.4
HSL 359.59º 0.91% 0.31% -
HSV(B) 359.59º 0.95% 0.6% -
XYZ 13.26 6.94 0.87 -
YUV 50.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 153 7 8 0 0.95 0.95 0.4 359.59 0.91 0.31
Hex 99 7 8 0 5F 5F 28 168 5B 1F
Octal 231 7 10 0 137 137 50 550 133 37
Binary 10011001 111 1000 0 1011111 1011111 101000 101101000 1011011 11111

Color Harmonies of #990708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990708

Black with #990708

Text Example


Text Example

White with #990708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990708; }

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

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

background-color css

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

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

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

border-color css

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

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

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