Html Css Color HEX #990309 Sangria

📋 copy color: '#990309'

red 153 ◦ green 3 ◦ blue 9

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

Shades of Sangria #990309

Tints of Sangria #990309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.82%

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

R = 92.73%
G = 1.82%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#990309 (or 0x990309) is known color: Sangria. HEX triplet: 99, 03 and 09. RGB value is (153,3,9). Sum of RGB (Red+Green+Blue) = 153+3+9=165 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.73% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 153 - color contains mainly: red. Hex color #990309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990309 is #66FCF6. Grayscale: #303030. Windows color (decimal): -6749431 or 590745. OLE color: 590745.

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

Color convert

RGB 153 3 9 -
CMYK 0 0.98 0.94 0.4
HSL 357.6º 0.96% 0.31% -
HSV(B) 357.6º 0.98% 0.6% -
XYZ 13.22 6.86 0.89 -
YUV 48.53 105.7 202.51 -
System Red Green Blue C M Y K H S L
Decimal 153 3 9 0 0.98 0.94 0.4 357.6 0.96 0.31
Hex 99 3 9 0 62 5E 28 166 60 1F
Octal 231 3 11 0 142 136 50 546 140 37
Binary 10011001 11 1001 0 1100010 1011110 101000 101100110 1100000 11111

Color Harmonies of #990309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990309

Black with #990309

Text Example


Text Example

White with #990309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990309; }

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

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

background-color css

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

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

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

border-color css

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

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

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