#953B47

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

Shades of Night Shadz #953B47

Tints of Night Shadz #953B47

Color information

#953B47 (or 0x953B47) is unknown color: approx Night Shadz. HEX triplet: 95, 3B and 47. RGB value is (149,59,71). Sum of RGB (Red+Green+Blue) = 149+59+71=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #953B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B47 is #6AC4B8. Grayscale: #575757. Windows color (decimal): -6997177 or 4668309. OLE color: 4668309.

HSL color Cylindrical-coordinate representation of color #953B47: hue angle of 352º 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 #953B47 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1495971-
CMYK00.600.520.42
HSL352º43.27%40.78%-
HSV(B)352º60.4%58.43%-
XYZ15.19.977.09-
YUV87.28118.82172.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=53.41%
G=21.15%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149597100.600.520.4235243.2740.78
Hex953B4703C342A1602b29
Octal2257310707464525405351
Binary1001010111101110001110111100110100101010101100000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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