Html Css Color HEX #961805 Dark Red

📋 copy color: '#961805'

red 150 ◦ green 24 ◦ blue 5

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

Shades of Dark Red #961805

Tints of Dark Red #961805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.41%

 BLUE value IS 5 (2.34% from 255) = 2.79%

R = 83.8%
G = 13.41%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#961805 (or 0x961805) is known color: Dark Red. HEX triplet: 96, 18 and 05. RGB value is (150,24,5). Sum of RGB (Red+Green+Blue) = 150+24+5=179 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.80% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 150 - color contains mainly: red. Hex color #961805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961805 is #69E7FA. Grayscale: #3B3B3B. Windows color (decimal): -6940667 or 333974. OLE color: 333974.

HSL color Cylindrical-coordinate representation of color #961805: hue angle of 7.86º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #961805 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 5 -
CMYK 0 0.84 0.97 0.41
HSL 7.86º 0.94% 0.3% -
HSV(B) 7.86º 0.97% 0.59% -
XYZ 12.93 7.15 0.84 -
YUV 59.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 150 24 5 0 0.84 0.97 0.41 7.86 0.94 0.3
Hex 96 18 5 0 54 61 29 8 5E 1E
Octal 226 30 5 0 124 141 51 10 136 36
Binary 10010110 11000 101 0 1010100 1100001 101001 1000 1011110 11110

Color Harmonies of #961805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961805

Black with #961805

Text Example


Text Example

White with #961805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961805; }

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

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

background-color css

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

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

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

border-color css

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

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

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