#954452

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

Shades of Night Shadz #954452

Tints of Night Shadz #954452

Color information

#954452 (or 0x954452) is unknown color: approx Night Shadz. HEX triplet: 95, 44 and 52. RGB value is (149,68,82). Sum of RGB (Red+Green+Blue) = 149+68+82=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #954452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954452 is #6ABBAD. Grayscale: #5D5D5D. Windows color (decimal): -6994862 or 5391509. OLE color: 5391509.

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

Color convert

RGB1496882-
CMYK00.540.450.42
HSL349.63º37.33%42.55%-
HSV(B)349.63º54.36%58.43%-
XYZ15.9811.139.29-
YUV93.81121.34167.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=49.83%
G=22.74%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149688200.540.450.42349.6337.3342.55
Hex9544520362D2A15e252b
Octal22510412206655525364553
Binary10010101100010010100100110110101101101010101011110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954452; }

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

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

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

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

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

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

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

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