Html Css Color HEX #961102 Dark Red

📋 copy color: '#961102'

red 150 ◦ green 17 ◦ blue 2

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

Shades of Dark Red #961102

Tints of Dark Red #961102

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 88.76%
G = 10.06%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#961102 (or 0x961102) is known color: Dark Red. HEX triplet: 96, 11 and 02. RGB value is (150,17,2). Sum of RGB (Red+Green+Blue) = 150+17+2=169 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.76% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 150 - color contains mainly: red. Hex color #961102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961102 is #69EEFD. Grayscale: #373737. Windows color (decimal): -6942462 or 135574. OLE color: 135574.

HSL color Cylindrical-coordinate representation of color #961102: hue angle of 6.08º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #961102 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 2 -
CMYK 0 0.89 0.99 0.41
HSL 6.08º 0.97% 0.3% -
HSV(B) 6.08º 0.99% 0.59% -
XYZ 12.79 6.89 0.71 -
YUV 55.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 150 17 2 0 0.89 0.99 0.41 6.08 0.97 0.3
Hex 96 11 2 0 59 63 29 6 61 1E
Octal 226 21 2 0 131 143 51 6 141 36
Binary 10010110 10001 10 0 1011001 1100011 101001 110 1100001 11110

Color Harmonies of #961102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961102

Black with #961102

Text Example


Text Example

White with #961102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961102; }

 p { color: rgb(150,17,2); }

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

background-color css

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

 a { background-color: rgb(150,17,2); }

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

border-color css

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

 span { border-color: rgb(150,17,2); }

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