Html Css Color HEX #990609 Sangria

📋 copy color: '#990609'

red 153 ◦ green 6 ◦ blue 9

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

Shades of Sangria #990609

Tints of Sangria #990609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

 BLUE value IS 9 (3.91% from 255) = 5.36%

R = 91.07%
G = 3.57%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#990609 (or 0x990609) is known color: Sangria. HEX triplet: 99, 06 and 09. RGB value is (153,6,9). Sum of RGB (Red+Green+Blue) = 153+6+9=168 (22% of max value = 765). Red value is 153 (60.16% from 255 or 91.07% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 153 - color contains mainly: red. Hex color #990609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990609 is #66F9F6. Grayscale: #323232. Windows color (decimal): -6748663 or 591513. OLE color: 591513.

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

Color convert

RGB 153 6 9 -
CMYK 0 0.96 0.94 0.4
HSL 358.78º 0.92% 0.31% -
HSV(B) 358.78º 0.96% 0.6% -
XYZ 13.25 6.92 0.9 -
YUV 50.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 153 6 9 0 0.96 0.94 0.4 358.78 0.92 0.31
Hex 99 6 9 0 60 5E 28 167 5C 1F
Octal 231 6 11 0 140 136 50 547 134 37
Binary 10011001 110 1001 0 1100000 1011110 101000 101100111 1011100 11111

Color Harmonies of #990609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990609

Black with #990609

Text Example


Text Example

White with #990609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990609; }

 p { color: rgb(153,6,9); }

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

background-color css

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

 a { background-color: rgb(153,6,9); }

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

border-color css

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

 span { border-color: rgb(153,6,9); }

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