#954055

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

Shades of Night Shadz #954055

Tints of Night Shadz #954055

Color information

#954055 (or 0x954055) is unknown color: approx Night Shadz. HEX triplet: 95, 40 and 55. RGB value is (149,64,85). Sum of RGB (Red+Green+Blue) = 149+64+85=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #954055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954055 is #6ABFAA. Grayscale: #5B5B5B. Windows color (decimal): -6995883 or 5587093. OLE color: 5587093.

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

Color convert

RGB1496485-
CMYK00.570.430.42
HSL345.18º39.91%41.76%-
HSV(B)345.18º57.05%58.43%-
XYZ15.8710.719.83-
YUV91.81124.16168.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=50%
G=21.48%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149648500.570.430.42345.1839.9141.76
Hex9540550392B2A159282a
Octal22510012507153525315052
Binary10010101100000010101010111001101011101010101011001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954055; }

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

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

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

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

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

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

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

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