Html Css Color HEX #961700 Dark Red

📋 copy color: '#961700'

red 150 ◦ green 23 ◦ blue 0

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

Shades of Dark Red #961700

Tints of Dark Red #961700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.71%
G = 13.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#961700 (or 0x961700) is known color: Dark Red. HEX triplet: 96, 17 and 00. RGB value is (150,23,0). Sum of RGB (Red+Green+Blue) = 150+23+0=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #961700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961700 is #69E8FF. Grayscale: #3A3A3A. Windows color (decimal): -6940928 or 6038. OLE color: 6038.

HSL color Cylindrical-coordinate representation of color #961700: hue angle of 9.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #961700 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 0 -
CMYK 0 0.85 1 0.41
HSL 9.2º 1% 0.29% -
HSV(B) 9.2º 1% 0.59% -
XYZ 12.88 7.1 0.69 -
YUV 58.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 150 23 0 0 0.85 1 0.41 9.2 1 0.29
Hex 96 17 0 0 55 64 29 9 64 1D
Octal 226 27 0 0 125 144 51 11 144 35
Binary 10010110 10111 0 0 1010101 1100100 101001 1001 1100100 11101

Color Harmonies of #961700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961700

Black with #961700

Text Example


Text Example

White with #961700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961700; }

 p { color: rgb(150,23,0); }

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

background-color css

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

 a { background-color: rgb(150,23,0); }

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

border-color css

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

 span { border-color: rgb(150,23,0); }

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