#953B48

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

Shades of Night Shadz #953B48

Tints of Night Shadz #953B48

Color information

#953B48 (or 0x953B48) is unknown color: approx Night Shadz. HEX triplet: 95, 3B and 48. RGB value is (149,59,72). Sum of RGB (Red+Green+Blue) = 149+59+72=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #953B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B48 is #6AC4B7. Grayscale: #575757. Windows color (decimal): -6997176 or 4733845. OLE color: 4733845.

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

Color convert

RGB1495972-
CMYK00.600.520.42
HSL351.33º43.27%40.78%-
HSV(B)351.33º60.4%58.43%-
XYZ15.139.997.26-
YUV87.39119.32171.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 59 (23.44% from 255) = 21.07%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=53.21%
G=21.07%
B=25.71%

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
Decimal149597200.600.520.42351.3343.2740.78
Hex953B4803C342A15f2b29
Octal2257311007464525375351
Binary1001010111101110010000111100110100101010101011111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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