#961303

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

Shades of Dark Red #961303

Tints of Dark Red #961303

Color information

#961303 (or 0x961303) is unknown color: approx Dark Red. HEX triplet: 96, 13 and 03. RGB value is (150,19,3). Sum of RGB (Red+Green+Blue) = 150+19+3=172 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.21% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 150 - color contains mainly: red. Hex color #961303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961303 is #69ECFC. Grayscale: #383838. Windows color (decimal): -6941949 or 201622. OLE color: 201622.

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

Color convert

RGB150193-
CMYK00.870.980.41
HSL6.53º96.08%30%-
HSV(B)6.53º98%58.82%-
XYZ12.836.960.75-
YUV56.3497.9194.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 87.21%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 3 (1.56% from 255) = 1.74%
R=87.21%
G=11.05%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15019300.870.980.416.5396.0830
Hex9613305762297601e
Octal226233012714251714036
Binary100101101001111010101111100010101001111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961303; }

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

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

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

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

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

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

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

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