#953F4F

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

Shades of Night Shadz #953F4F

Tints of Night Shadz #953F4F

Color information

#953F4F (or 0x953F4F) is unknown color: approx Night Shadz. HEX triplet: 95, 3F and 4F. RGB value is (149,63,79). Sum of RGB (Red+Green+Blue) = 149+63+79=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #953F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953F4F is #6AC0B0. Grayscale: #5A5A5A. Windows color (decimal): -6996145 or 5193621. OLE color: 5193621.

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

Color convert

RGB1496379-
CMYK00.580.470.42
HSL348.84º40.57%41.57%-
HSV(B)348.84º57.72%58.43%-
XYZ15.5810.518.6-
YUV90.54121.49169.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=51.20%
G=21.65%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149637900.580.470.42348.8440.5741.57
Hex953F4F03A2F2A15d292a
Octal2257711707257525355152
Binary1001010111111110011110111010101111101010101011101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,63,79); }

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

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

 a { background-color: rgb(149,63,79); }

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

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

 span { border-color: rgb(149,63,79); }

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