#961803

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

Shades of Dark Red #961803

Tints of Dark Red #961803

Color information

#961803 (or 0x961803) is unknown color: approx Dark Red. HEX triplet: 96, 18 and 03. RGB value is (150,24,3). Sum of RGB (Red+Green+Blue) = 150+24+3=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #961803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961803 is #69E7FC. Grayscale: #3B3B3B. Windows color (decimal): -6940669 or 202902. OLE color: 202902.

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

Color convert

RGB150243-
CMYK00.840.980.41
HSL8.57º96.08%30%-
HSV(B)8.57º98%58.82%-
XYZ12.927.140.78-
YUV59.2896.24192.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.75%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=84.75%
G=13.56%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15024300.840.980.418.5796.0830
Hex9618305462299601e
Octal2263030124142511114036
Binary1001011011000110101010011000101010011001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961803; }

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

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

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

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

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

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

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

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