#961003

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

Shades of Dark Red #961003

Tints of Dark Red #961003

Color information

#961003 (or 0x961003) is unknown color: approx Dark Red. HEX triplet: 96, 10 and 03. RGB value is (150,16,3). Sum of RGB (Red+Green+Blue) = 150+16+3=169 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.76% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 150 - color contains mainly: red. Hex color #961003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961003 is #69EFFC. Grayscale: #363636. Windows color (decimal): -6942717 or 200854. OLE color: 200854.

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

Color convert

RGB150163-
CMYK00.890.980.41
HSL5.31º96.08%30%-
HSV(B)5.31º98%58.82%-
XYZ12.786.860.74-
YUV54.5898.89196.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 88.76%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 3 (1.56% from 255) = 1.78%
R=88.76%
G=9.47%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15016300.890.980.415.3196.0830
Hex9610305962295601e
Octal226203013114251514036
Binary100101101000011010110011100010101001101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961003; }

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

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

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

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

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

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

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

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