#961309

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

Shades of Dark Red #961309

Tints of Dark Red #961309

Color information

#961309 (or 0x961309) is unknown color: approx Dark Red. HEX triplet: 96, 13 and 09. RGB value is (150,19,9). Sum of RGB (Red+Green+Blue) = 150+19+9=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #961309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961309 is #69ECF6. Grayscale: #393939. Windows color (decimal): -6941943 or 594838. OLE color: 594838.

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

Color convert

RGB150199-
CMYK00.870.940.41
HSL4.26º88.68%31.18%-
HSV(B)4.26º94%58.82%-
XYZ12.866.970.93-
YUV57.03100.9194.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.27%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 9 (3.91% from 255) = 5.06%
R=84.27%
G=10.67%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15019900.870.940.414.2688.6831.18
Hex961390575E294591f
Octal2262311012713651413137
Binary10010110100111001010101111011110101001100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961309; }

 p { color: rgb(150,19,9); }

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

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

 a { background-color: rgb(150,19,9); }

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

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

 span { border-color: rgb(150,19,9); }

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