Html Css Color HEX #990205 Sangria

📋 copy color: '#990205'

red 153 ◦ green 2 ◦ blue 5

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

Shades of Sangria #990205

Tints of Sangria #990205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.25%

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 95.63%
G = 1.25%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#990205 (or 0x990205) is known color: Sangria. HEX triplet: 99, 02 and 05. RGB value is (153,2,5). Sum of RGB (Red+Green+Blue) = 153+2+5=160 (21% of max value = 765). Red value is 153 (60.16% from 255 or 95.62% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 153 - color contains mainly: red. Hex color #990205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990205 is #66FDFA. Grayscale: #2F2F2F. Windows color (decimal): -6749691 or 328345. OLE color: 328345.

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

Color convert

RGB 153 2 5 -
CMYK 0 0.99 0.97 0.4
HSL 358.81º 0.97% 0.3% -
HSV(B) 358.81º 0.99% 0.6% -
XYZ 13.19 6.83 0.77 -
YUV 47.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 153 2 5 0 0.99 0.97 0.4 358.81 0.97 0.3
Hex 99 2 5 0 63 61 28 167 61 1E
Octal 231 2 5 0 143 141 50 547 141 36
Binary 10011001 10 101 0 1100011 1100001 101000 101100111 1100001 11110

Color Harmonies of #990205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990205

Black with #990205

Text Example


Text Example

White with #990205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990205; }

 p { color: rgb(153,2,5); }

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

background-color css

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

 a { background-color: rgb(153,2,5); }

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

border-color css

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

 span { border-color: rgb(153,2,5); }

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