#954050

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

Shades of Night Shadz #954050

Tints of Night Shadz #954050

Color information

#954050 (or 0x954050) is unknown color: approx Night Shadz. HEX triplet: 95, 40 and 50. RGB value is (149,64,80). Sum of RGB (Red+Green+Blue) = 149+64+80=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #954050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954050 is #6ABFAF. Grayscale: #5B5B5B. Windows color (decimal): -6995888 or 5259413. OLE color: 5259413.

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

Color convert

RGB1496480-
CMYK00.570.460.42
HSL348.71º39.91%41.76%-
HSV(B)348.71º57.05%58.43%-
XYZ15.6810.648.82-
YUV91.24121.66169.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=50.85%
G=21.84%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149648000.570.460.42348.7139.9141.76
Hex9540500392E2A15d282a
Octal22510012007156525355052
Binary10010101100000010100000111001101110101010101011101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954050; }

 p { color: rgb(149,64,80); }

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

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

 a { background-color: rgb(149,64,80); }

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

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

 span { border-color: rgb(149,64,80); }

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