Html Css Color HEX #961000 Dark Red

📋 copy color: '#961000'

red 150 ◦ green 16 ◦ blue 0

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

Shades of Dark Red #961000

Tints of Dark Red #961000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.64%

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

R = 90.36%
G = 9.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#961000 (or 0x961000) is known color: Dark Red. HEX triplet: 96, 10 and 00. RGB value is (150,16,0). Sum of RGB (Red+Green+Blue) = 150+16+0=166 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.36% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 150 - color contains mainly: red. Hex color #961000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961000 is #69EFFF. Grayscale: #363636. Windows color (decimal): -6942720 or 4246. OLE color: 4246.

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

Color convert

RGB 150 16 0 -
CMYK 0 0.89 1 0.41
HSL 6.4º 1% 0.29% -
HSV(B) 6.4º 1% 0.59% -
XYZ 12.76 6.85 0.65 -
YUV 54.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 150 16 0 0 0.89 1 0.41 6.4 1 0.29
Hex 96 10 0 0 59 64 29 6 64 1D
Octal 226 20 0 0 131 144 51 6 144 35
Binary 10010110 10000 0 0 1011001 1100100 101001 110 1100100 11101

Color Harmonies of #961000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961000

Black with #961000

Text Example


Text Example

White with #961000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961000; }

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

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

background-color css

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

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

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

border-color css

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

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

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