Html Css Color HEX #960705 Dark Red

📋 copy color: '#960705'

red 150 ◦ green 7 ◦ blue 5

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

Shades of Dark Red #960705

Tints of Dark Red #960705

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.32%

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

R = 92.59%
G = 4.32%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#960705 (or 0x960705) is known color: Dark Red. HEX triplet: 96, 07 and 05. RGB value is (150,7,5). Sum of RGB (Red+Green+Blue) = 150+7+5=162 (21% of max value = 765). Red value is 150 (58.98% from 255 or 92.59% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 150 - color contains mainly: red. Hex color #960705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960705 is #69F8FA. Grayscale: #313131. Windows color (decimal): -6945019 or 329622. OLE color: 329622.

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

Color convert

RGB 150 7 5 -
CMYK 0 0.95 0.97 0.41
HSL 0.83º 0.94% 0.3% -
HSV(B) 0.83º 0.97% 0.59% -
XYZ 12.68 6.65 0.76 -
YUV 49.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 150 7 5 0 0.95 0.97 0.41 0.83 0.94 0.3
Hex 96 7 5 0 5F 61 29 1 5E 1E
Octal 226 7 5 0 137 141 51 1 136 36
Binary 10010110 111 101 0 1011111 1100001 101001 1 1011110 11110

Color Harmonies of #960705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960705

Black with #960705

Text Example


Text Example

White with #960705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960705; }

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

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

background-color css

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

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

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

border-color css

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

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

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