Html Css Color HEX #961803 Dark Red

📋 copy color: '#961803'

red 150 ◦ green 24 ◦ blue 3

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

Shades of Dark Red #961803

Tints of Dark Red #961803

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 value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#961803 (or 0x961803) is known color: 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

RGB 150 24 3 -
CMYK 0 0.84 0.98 0.41
HSL 8.57º 0.96% 0.3% -
HSV(B) 8.57º 0.98% 0.59% -
XYZ 12.92 7.14 0.78 -
YUV 59.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 150 24 3 0 0.84 0.98 0.41 8.57 0.96 0.3
Hex 96 18 3 0 54 62 29 9 60 1E
Octal 226 30 3 0 124 142 51 11 140 36
Binary 10010110 11000 11 0 1010100 1100010 101001 1001 1100000 11110

Color Harmonies of #961803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961803

Black with #961803

Text Example


Text Example

White with #961803

Text Example


Text Example

HTML Codes & Css Web 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>