#954052

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

Shades of Night Shadz #954052

Tints of Night Shadz #954052

Color information

#954052 (or 0x954052) is unknown color: approx Night Shadz. HEX triplet: 95, 40 and 52. RGB value is (149,64,82). Sum of RGB (Red+Green+Blue) = 149+64+82=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #954052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954052 is #6ABFAD. Grayscale: #5B5B5B. Windows color (decimal): -6995886 or 5390485. OLE color: 5390485.

HSL color Cylindrical-coordinate representation of color #954052: hue angle of 347.29º 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 #954052 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1496482-
CMYK00.570.450.42
HSL347.29º39.91%41.76%-
HSV(B)347.29º57.05%58.43%-
XYZ15.7510.679.21-
YUV91.47122.66169.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=50.51%
G=21.69%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149648200.570.450.42347.2939.9141.76
Hex9540520392D2A15b282a
Octal22510012207155525335052
Binary10010101100000010100100111001101101101010101011011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954052; }

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

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

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

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

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

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

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

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