#953951

Color #953951 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #953951

Tints of Night Shadz #953951

Color information

#953951 (or 0x953951) is unknown color: approx Night Shadz. HEX triplet: 95, 39 and 51. RGB value is (149,57,81). Sum of RGB (Red+Green+Blue) = 149+57+81=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #953951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953951 is #6AC6AE. Grayscale: #575757. Windows color (decimal): -6997679 or 5323157. OLE color: 5323157.

HSL color Cylindrical-coordinate representation of color #953951: hue angle of 344.35º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953951 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1495781-
CMYK00.620.460.42
HSL344.35º44.66%40.39%-
HSV(B)344.35º61.74%58.43%-
XYZ15.349.918.89-
YUV87.24124.48172.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 81 (32.03% from 255) = 28.22%
R=51.92%
G=19.86%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149578100.620.460.42344.3544.6640.39
Hex95395103E2E2A1582d28
Octal2257112107656525305550
Binary1001010111100110100010111110101110101010101011000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953951; }

 p { color: rgb(149,57,81); }

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

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

 a { background-color: rgb(149,57,81); }

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

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

 span { border-color: rgb(149,57,81); }

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