#954155

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

Shades of Night Shadz #954155

Tints of Night Shadz #954155

Color information

#954155 (or 0x954155) is unknown color: approx Night Shadz. HEX triplet: 95, 41 and 55. RGB value is (149,65,85). Sum of RGB (Red+Green+Blue) = 149+65+85=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #954155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954155 is #6ABEAA. Grayscale: #5C5C5C. Windows color (decimal): -6995627 or 5587349. OLE color: 5587349.

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

Color convert

RGB1496585-
CMYK00.560.430.42
HSL345.71º39.25%41.96%-
HSV(B)345.71º56.38%58.43%-
XYZ15.9210.839.84-
YUV92.4123.83168.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=49.83%
G=21.74%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149658500.560.430.42345.7139.2541.96
Hex9541550382B2A15a272a
Octal22510112507053525324752
Binary10010101100000110101010111000101011101010101011010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954155; }

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

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

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

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

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

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

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

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