#991503

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

Shades of Dark Red #991503

Tints of Dark Red #991503

Color information

#991503 (or 0x991503) is unknown color: approx Dark Red. HEX triplet: 99, 15 and 03. RGB value is (153,21,3). Sum of RGB (Red+Green+Blue) = 153+21+3=177 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.44% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 153 - color contains mainly: red. Hex color #991503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991503 is #66EAFC. Grayscale: #3A3A3A. Windows color (decimal): -6744829 or 202137. OLE color: 202137.

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

Color convert

RGB153213-
CMYK00.860.980.4
HSL7.2º96.15%30.59%-
HSV(B)7.2º98.04%60%-
XYZ13.427.320.79-
YUV58.4296.73195.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 86.44%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=86.44%
G=11.86%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15321300.860.980.47.296.1530.59
Hex9915305662287601f
Octal231253012614250714037
Binary100110011010111010101101100010101000111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991503; }

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

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

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

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

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

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

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

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