#953953

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

Shades of Night Shadz #953953

Tints of Night Shadz #953953

Color information

#953953 (or 0x953953) is unknown color: approx Night Shadz. HEX triplet: 95, 39 and 53. RGB value is (149,57,83). Sum of RGB (Red+Green+Blue) = 149+57+83=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #953953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953953 is #6AC6AC. Grayscale: #575757. Windows color (decimal): -6997677 or 5454229. OLE color: 5454229.

HSL color Cylindrical-coordinate representation of color #953953: hue angle of 343.04º 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 #953953 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1495783-
CMYK00.620.440.42
HSL343.04º44.66%40.39%-
HSV(B)343.04º61.74%58.43%-
XYZ15.429.949.29-
YUV87.47125.48171.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 83 (32.81% from 255) = 28.72%
R=51.56%
G=19.72%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149578300.620.440.42343.0444.6640.39
Hex95395303E2C2A1572d28
Octal2257112307654525275550
Binary1001010111100110100110111110101100101010101010111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953953; }

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

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

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

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

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

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

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

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