Html Css Color HEX #961405 Dark Red

📋 copy color: '#961405'

red 150 ◦ green 20 ◦ blue 5

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

Shades of Dark Red #961405

Tints of Dark Red #961405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 85.71%
G = 11.43%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#961405 (or 0x961405) is known color: Dark Red. HEX triplet: 96, 14 and 05. RGB value is (150,20,5). Sum of RGB (Red+Green+Blue) = 150+20+5=175 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 150 - color contains mainly: red. Hex color #961405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961405 is #69EBFA. Grayscale: #393939. Windows color (decimal): -6941691 or 332950. OLE color: 332950.

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

Color convert

RGB 150 20 5 -
CMYK 0 0.87 0.97 0.41
HSL 6.21º 0.94% 0.3% -
HSV(B) 6.21º 0.97% 0.59% -
XYZ 12.86 7 0.82 -
YUV 57.16 98.57 194.22 -
System Red Green Blue C M Y K H S L
Decimal 150 20 5 0 0.87 0.97 0.41 6.21 0.94 0.3
Hex 96 14 5 0 57 61 29 6 5E 1E
Octal 226 24 5 0 127 141 51 6 136 36
Binary 10010110 10100 101 0 1010111 1100001 101001 110 1011110 11110

Color Harmonies of #961405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961405

Black with #961405

Text Example


Text Example

White with #961405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961405; }

 p { color: rgb(150,20,5); }

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

background-color css

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

 a { background-color: rgb(150,20,5); }

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

border-color css

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

 span { border-color: rgb(150,20,5); }

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