#954353

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

Shades of Night Shadz #954353

Tints of Night Shadz #954353

Color information

#954353 (or 0x954353) is unknown color: approx Night Shadz. HEX triplet: 95, 43 and 53. RGB value is (149,67,83). Sum of RGB (Red+Green+Blue) = 149+67+83=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #954353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954353 is #6ABCAC. Grayscale: #5D5D5D. Windows color (decimal): -6995117 or 5456789. OLE color: 5456789.

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

Color convert

RGB1496783-
CMYK00.550.440.42
HSL348.29º37.96%42.35%-
HSV(B)348.29º55.03%58.43%-
XYZ15.9611.039.47-
YUV93.34122.17167.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 83 (32.81% from 255) = 27.76%
R=49.83%
G=22.41%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149678300.550.440.42348.2937.9642.35
Hex9543530372C2A15c262a
Octal22510312306754525344652
Binary10010101100001110100110110111101100101010101011100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954353; }

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

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

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

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

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

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

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

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