Html Css Color HEX #961505 Dark Red

📋 copy color: '#961505'

red 150 ◦ green 21 ◦ blue 5

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

Shades of Dark Red #961505

Tints of Dark Red #961505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.93%

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

R = 85.23%
G = 11.93%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#961505 (or 0x961505) is known color: Dark Red. HEX triplet: 96, 15 and 05. RGB value is (150,21,5). Sum of RGB (Red+Green+Blue) = 150+21+5=176 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.23% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 150 - color contains mainly: red. Hex color #961505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961505 is #69EAFA. Grayscale: #393939. Windows color (decimal): -6941435 or 333206. OLE color: 333206.

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

Color convert

RGB 150 21 5 -
CMYK 0 0.86 0.97 0.41
HSL 6.62º 0.94% 0.3% -
HSV(B) 6.62º 0.97% 0.59% -
XYZ 12.87 7.03 0.82 -
YUV 57.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 150 21 5 0 0.86 0.97 0.41 6.62 0.94 0.3
Hex 96 15 5 0 56 61 29 7 5E 1E
Octal 226 25 5 0 126 141 51 7 136 36
Binary 10010110 10101 101 0 1010110 1100001 101001 111 1011110 11110

Color Harmonies of #961505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961505

Black with #961505

Text Example


Text Example

White with #961505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961505; }

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

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

background-color css

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

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

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

border-color css

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

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

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