Html Css Color HEX #960803 Dark Red

📋 copy color: '#960803'

red 150 ◦ green 8 ◦ blue 3

#960803
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #960803

Tints of Dark Red #960803

RGB

 RED value IS 150 (58.98% from 255) = 93.17%

 GREEN value IS 8 (3.52% from 255) = 4.97%

 BLUE value IS 3 (1.56% from 255) = 1.86%

R = 93.17%
G = 4.97%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#960803 (or 0x960803) is known color: Dark Red. HEX triplet: 96, 08 and 03. RGB value is (150,8,3). Sum of RGB (Red+Green+Blue) = 150+8+3=161 (21% of max value = 765). Red value is 150 (58.98% from 255 or 93.17% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 150 - color contains mainly: red. Hex color #960803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960803 is #69F7FC. Grayscale: #323232. Windows color (decimal): -6944765 or 198806. OLE color: 198806.

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

Color convert

RGB 150 8 3 -
CMYK 0 0.95 0.98 0.41
HSL 2.04º 0.96% 0.3% -
HSV(B) 2.04º 0.98% 0.59% -
XYZ 12.68 6.66 0.7 -
YUV 49.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 150 8 3 0 0.95 0.98 0.41 2.04 0.96 0.3
Hex 96 8 3 0 5F 62 29 2 60 1E
Octal 226 10 3 0 137 142 51 2 140 36
Binary 10010110 1000 11 0 1011111 1100010 101001 10 1100000 11110

Color Harmonies of #960803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960803

Black with #960803

Text Example


Text Example

White with #960803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960803; }

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

 H1.HeaderClassName
 {
   color: #960803;
 }
 .AnyTagClassName
 {
   color: #960803;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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