#953B57

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

Shades of Night Shadz #953B57

Tints of Night Shadz #953B57

Color information

#953B57 (or 0x953B57) is unknown color: approx Night Shadz. HEX triplet: 95, 3B and 57. RGB value is (149,59,87). Sum of RGB (Red+Green+Blue) = 149+59+87=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #953B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953B57 is #6AC4A8. Grayscale: #595959. Windows color (decimal): -6997161 or 5716885. OLE color: 5716885.

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

Color convert

RGB1495987-
CMYK00.600.420.42
HSL341.33º43.27%40.78%-
HSV(B)341.33º60.4%58.43%-
XYZ15.6810.2110.16-
YUV89.1126.82170.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 59 (23.44% from 255) = 20%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=50.51%
G=20%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149598700.600.420.42341.3343.2740.78
Hex953B5703C2A2A1552b29
Octal2257312707452525255351
Binary1001010111101110101110111100101010101010101010101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,59,87); }

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

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

 a { background-color: rgb(149,59,87); }

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

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

 span { border-color: rgb(149,59,87); }

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