Html Css Color HEX #990603 Dark Red

📋 copy color: '#990603'

red 153 ◦ green 6 ◦ blue 3

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

Shades of Dark Red #990603

Tints of Dark Red #990603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.85%

R = 94.44%
G = 3.7%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#990603 (or 0x990603) is known color: Dark Red. HEX triplet: 99, 06 and 03. RGB value is (153,6,3). Sum of RGB (Red+Green+Blue) = 153+6+3=162 (21% of max value = 765). Red value is 153 (60.16% from 255 or 94.44% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 153 - color contains mainly: red. Hex color #990603 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990603 is #66F9FC. Grayscale: #313131. Windows color (decimal): -6748669 or 198297. OLE color: 198297.

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

Color convert

RGB 153 6 3 -
CMYK 0 0.96 0.98 0.4
HSL 1.2º 0.96% 0.31% -
HSV(B) 1.2º 0.98% 0.6% -
XYZ 13.22 6.91 0.72 -
YUV 49.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 153 6 3 0 0.96 0.98 0.4 1.2 0.96 0.31
Hex 99 6 3 0 60 62 28 1 60 1F
Octal 231 6 3 0 140 142 50 1 140 37
Binary 10011001 110 11 0 1100000 1100010 101000 1 1100000 11111

Color Harmonies of #990603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990603

Black with #990603

Text Example


Text Example

White with #990603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990603; }

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

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

background-color css

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

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

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

border-color css

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

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

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