Html Css Color HEX #961200 Dark Red

📋 copy color: '#961200'

red 150 ◦ green 18 ◦ blue 0

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

Shades of Dark Red #961200

Tints of Dark Red #961200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 89.29%
G = 10.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#961200 (or 0x961200) is known color: Dark Red. HEX triplet: 96, 12 and 00. RGB value is (150,18,0). Sum of RGB (Red+Green+Blue) = 150+18+0=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #961200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961200 is #69EDFF. Grayscale: #373737. Windows color (decimal): -6942208 or 4758. OLE color: 4758.

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

Color convert

RGB 150 18 0 -
CMYK 0 0.88 1 0.41
HSL 7.2º 1% 0.29% -
HSV(B) 7.2º 1% 0.59% -
XYZ 12.79 6.92 0.66 -
YUV 55.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 150 18 0 0 0.88 1 0.41 7.2 1 0.29
Hex 96 12 0 0 58 64 29 7 64 1D
Octal 226 22 0 0 130 144 51 7 144 35
Binary 10010110 10010 0 0 1011000 1100100 101001 111 1100100 11101

Color Harmonies of #961200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961200

Black with #961200

Text Example


Text Example

White with #961200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961200; }

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

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

background-color css

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

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

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

border-color css

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

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

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