#951309

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

Shades of Dark Red #951309

Tints of Dark Red #951309

Color information

#951309 (or 0x951309) is unknown color: approx Dark Red. HEX triplet: 95, 13 and 09. RGB value is (149,19,9). Sum of RGB (Red+Green+Blue) = 149+19+9=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #951309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951309 is #6AECF6. Grayscale: #383838. Windows color (decimal): -7007479 or 594837. OLE color: 594837.

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

Color convert

RGB149199-
CMYK00.870.940.42
HSL4.29º88.61%30.98%-
HSV(B)4.29º93.96%58.43%-
XYZ12.686.880.92-
YUV56.73101.07193.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 84.18%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=84.18%
G=10.73%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14919900.870.940.424.2988.6130.98
Hex951390575E2A4591f
Octal2252311012713652413137
Binary10010101100111001010101111011110101010100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951309; }

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

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

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

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

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

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

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

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