Html Css Color HEX #990108 Sangria

📋 copy color: '#990108'

red 153 ◦ green 1 ◦ blue 8

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

Shades of Sangria #990108

Tints of Sangria #990108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 94.44%
G = 0.62%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#990108 (or 0x990108) is known color: Sangria. HEX triplet: 99, 01 and 08. RGB value is (153,1,8). Sum of RGB (Red+Green+Blue) = 153+1+8=162 (21% of max value = 765). Red value is 153 (60.16% from 255 or 94.44% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 153 - color contains mainly: red. Hex color #990108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990108 is #66FEF7. Grayscale: #2F2F2F. Windows color (decimal): -6749944 or 524697. OLE color: 524697.

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

Color convert

RGB 153 1 8 -
CMYK 0 0.99 0.95 0.4
HSL 357.24º 0.99% 0.3% -
HSV(B) 357.24º 0.99% 0.6% -
XYZ 13.19 6.81 0.85 -
YUV 47.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 153 1 8 0 0.99 0.95 0.4 357.24 0.99 0.3
Hex 99 1 8 0 63 5F 28 165 63 1E
Octal 231 1 10 0 143 137 50 545 143 36
Binary 10011001 1 1000 0 1100011 1011111 101000 101100101 1100011 11110

Color Harmonies of #990108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990108

Black with #990108

Text Example


Text Example

White with #990108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990108; }

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

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

background-color css

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

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

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

border-color css

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

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

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