#953C48

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

Shades of Night Shadz #953C48

Tints of Night Shadz #953C48

Color information

#953C48 (or 0x953C48) is unknown color: approx Night Shadz. HEX triplet: 95, 3C and 48. RGB value is (149,60,72). Sum of RGB (Red+Green+Blue) = 149+60+72=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #953C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C48 is #6AC3B7. Grayscale: #585858. Windows color (decimal): -6996920 or 4734101. OLE color: 4734101.

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

Color convert

RGB1496072-
CMYK00.600.520.42
HSL351.91º42.58%40.98%-
HSV(B)351.91º59.73%58.43%-
XYZ15.1810.097.28-
YUV87.98118.99171.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.02%
GREEN value IS 60 (23.83% from 255) = 21.35%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=53.02%
G=21.35%
B=25.62%

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
Decimal149607200.600.520.42351.9142.5840.98
Hex953C4803C342A1602b29
Octal2257411007464525405351
Binary1001010111110010010000111100110100101010101100000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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