Html Css Color HEX #990501 Dark Red

📋 copy color: '#990501'

red 153 ◦ green 5 ◦ blue 1

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

Shades of Dark Red #990501

Tints of Dark Red #990501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 96.23%
G = 3.14%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#990501 (or 0x990501) is known color: Dark Red. HEX triplet: 99, 05 and 01. RGB value is (153,5,1). Sum of RGB (Red+Green+Blue) = 153+5+1=159 (21% of max value = 765). Red value is 153 (60.16% from 255 or 96.23% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 153 - color contains mainly: red. Hex color #990501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990501 is #66FAFE. Grayscale: #303030. Windows color (decimal): -6748927 or 66969. OLE color: 66969.

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

Color convert

RGB 153 5 1 -
CMYK 0 0.97 0.99 0.4
HSL 1.58º 0.99% 0.3% -
HSV(B) 1.58º 0.99% 0.6% -
XYZ 13.2 6.88 0.66 -
YUV 48.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 153 5 1 0 0.97 0.99 0.4 1.58 0.99 0.3
Hex 99 5 1 0 61 63 28 2 63 1E
Octal 231 5 1 0 141 143 50 2 143 36
Binary 10011001 101 1 0 1100001 1100011 101000 10 1100011 11110

Color Harmonies of #990501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990501

Black with #990501

Text Example


Text Example

White with #990501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990501; }

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

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

background-color css

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

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

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

border-color css

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

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

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