#961903

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

Shades of Dark Red #961903

Tints of Dark Red #961903

Color information

#961903 (or 0x961903) is unknown color: approx Dark Red. HEX triplet: 96, 19 and 03. RGB value is (150,25,3). Sum of RGB (Red+Green+Blue) = 150+25+3=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #961903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961903 is #69E6FC. Grayscale: #3C3C3C. Windows color (decimal): -6940413 or 203158. OLE color: 203158.

HSL color Cylindrical-coordinate representation of color #961903: hue angle of 8.98º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #961903 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB150253-
CMYK00.830.980.41
HSL8.98º96.08%30%-
HSV(B)8.98º98%58.82%-
XYZ12.947.190.79-
YUV59.8795.91192.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.27%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=84.27%
G=14.04%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15025300.830.980.418.9896.0830
Hex9619305362299601e
Octal2263130123142511114036
Binary1001011011001110101001111000101010011001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961903; }

 p { color: rgb(150,25,3); }

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

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

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

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

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

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

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