#990303

Color #990303 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #990303

Tints of Dark Red #990303

Color information

#990303 (or 0x990303) is unknown color: approx Dark Red. HEX triplet: 99, 03 and 03. RGB value is (153,3,3). Sum of RGB (Red+Green+Blue) = 153+3+3=159 (21% of max value = 765). Red value is 153 (60.16% from 255 or 96.23% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 153 - color contains mainly: red. Hex color #990303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990303 is #66FCFC. Grayscale: #303030. Windows color (decimal): -6749437 or 197529. OLE color: 197529.

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

Color convert

RGB15333-
CMYK00.980.980.4
HSL96.15%30.59%-
HSV(B)98.04%60%-
XYZ13.196.840.71-
YUV47.85102.7203-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 96.23%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 3 (1.56% from 255) = 1.89%
R=96.23%
G=1.89%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533300.980.980.4096.1530.59
Hex993306262280601f
Octal23133014214250014037
Binary1001100111110110001011000101010000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990303; }

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

 H1.HeaderClassName
 {
   color: #990303;
 }
 .AnyTagClassName
 {
   color: #990303;
 }
</style>
background-color css

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

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

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

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

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

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