#953F51

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

Shades of Night Shadz #953F51

Tints of Night Shadz #953F51

Color information

#953F51 (or 0x953F51) is unknown color: approx Night Shadz. HEX triplet: 95, 3F and 51. RGB value is (149,63,81). Sum of RGB (Red+Green+Blue) = 149+63+81=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #953F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953F51 is #6AC0AE. Grayscale: #5A5A5A. Windows color (decimal): -6996143 or 5324693. OLE color: 5324693.

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

Color convert

RGB1496381-
CMYK00.580.460.42
HSL347.44º40.57%41.57%-
HSV(B)347.44º57.72%58.43%-
XYZ15.6610.548.99-
YUV90.77122.49169.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=50.85%
G=21.50%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149638100.580.460.42347.4440.5741.57
Hex953F5103A2E2A15b292a
Octal2257712107256525335152
Binary1001010111111110100010111010101110101010101011011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953F51; }

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

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

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

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

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

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

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

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