Html Css Color HEX #990304 Sangria

📋 copy color: '#990304'

red 153 ◦ green 3 ◦ blue 4

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

Shades of Sangria #990304

Tints of Sangria #990304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.5%

R = 95.63%
G = 1.88%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#990304 (or 0x990304) is known color: Sangria. HEX triplet: 99, 03 and 04. RGB value is (153,3,4). Sum of RGB (Red+Green+Blue) = 153+3+4=160 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.62% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 153 - color contains mainly: red. Hex color #990304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990304 is #66FCFB. Grayscale: #303030. Windows color (decimal): -6749436 or 263065. OLE color: 263065.

HSL color Cylindrical-coordinate representation of color #990304: hue angle of 359.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 #990304 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 3 4 -
CMYK 0 0.98 0.97 0.4
HSL 359.6º 0.96% 0.31% -
HSV(B) 359.6º 0.98% 0.6% -
XYZ 13.19 6.85 0.74 -
YUV 47.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 153 3 4 0 0.98 0.97 0.4 359.6 0.96 0.31
Hex 99 3 4 0 62 61 28 168 60 1F
Octal 231 3 4 0 142 141 50 550 140 37
Binary 10011001 11 100 0 1100010 1100001 101000 101101000 1100000 11111

Color Harmonies of #990304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990304

Black with #990304

Text Example


Text Example

White with #990304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990304; }

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

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

background-color css

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

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

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

border-color css

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

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

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