#961A05

Color #961A05 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #961A05

Tints of Dark Red #961A05

Color information

#961A05 (or 0x961A05) is unknown color: approx Dark Red. HEX triplet: 96, 1A and 05. RGB value is (150,26,5). Sum of RGB (Red+Green+Blue) = 150+26+5=181 (23% of max value = 765). Red value is 150 (58.98% from 255 or 82.87% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 150 - color contains mainly: red. Hex color #961A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961A05 is #69E5FA. Grayscale: #3C3C3C. Windows color (decimal): -6940155 or 334486. OLE color: 334486.

HSL color Cylindrical-coordinate representation of color #961A05: hue angle of 8.69º 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 #961A05 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150265-
CMYK00.830.970.41
HSL8.69º93.55%30.39%-
HSV(B)8.69º96.67%58.82%-
XYZ12.977.230.86-
YUV60.6896.58191.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 82.87%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=82.87%
G=14.36%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15026500.830.970.418.6993.5530.39
Hex961A5053612995e1e
Octal2263250123141511113636
Binary10010110110101010101001111000011010011001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961A05; }

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

 H1.HeaderClassName
 {
   color: #961A05;
 }
 .AnyTagClassName
 {
   color: #961A05;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #961A05;
 }
 .BgClassName
 {
   background-color: #961A05;
 }
</style>
border-color css

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

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

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