Html Css Color HEX #961702 Dark Red

📋 copy color: '#961702'

red 150 ◦ green 23 ◦ blue 2

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

Shades of Dark Red #961702

Tints of Dark Red #961702

RGB

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

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

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

R = 85.71%
G = 13.14%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#961702 (or 0x961702) is known color: Dark Red. HEX triplet: 96, 17 and 02. RGB value is (150,23,2). Sum of RGB (Red+Green+Blue) = 150+23+2=175 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.71% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 150 - color contains mainly: red. Hex color #961702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961702 is #69E8FD. Grayscale: #3A3A3A. Windows color (decimal): -6940926 or 137110. OLE color: 137110.

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

Color convert

RGB 150 23 2 -
CMYK 0 0.85 0.99 0.41
HSL 8.51º 0.97% 0.3% -
HSV(B) 8.51º 0.99% 0.59% -
XYZ 12.9 7.1 0.75 -
YUV 58.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 150 23 2 0 0.85 0.99 0.41 8.51 0.97 0.3
Hex 96 17 2 0 55 63 29 9 61 1E
Octal 226 27 2 0 125 143 51 11 141 36
Binary 10010110 10111 10 0 1010101 1100011 101001 1001 1100001 11110

Color Harmonies of #961702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961702

Black with #961702

Text Example


Text Example

White with #961702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961702; }

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

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

background-color css

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

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

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

border-color css

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

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

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