#954651

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

Shades of Night Shadz #954651

Tints of Night Shadz #954651

Color information

#954651 (or 0x954651) is unknown color: approx Night Shadz. HEX triplet: 95, 46 and 51. RGB value is (149,70,81). Sum of RGB (Red+Green+Blue) = 149+70+81=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #954651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954651 is #6AB9AE. Grayscale: #5E5E5E. Windows color (decimal): -6994351 or 5326485. OLE color: 5326485.

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

Color convert

RGB1497081-
CMYK00.530.460.42
HSL351.65º36.07%42.94%-
HSV(B)351.65º53.02%58.43%-
XYZ16.0711.369.13-
YUV94.87120.17166.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 70 (27.73% from 255) = 23.33%
BLUE value IS 81 (32.03% from 255) = 27%
R=49.67%
G=23.33%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149708100.530.460.42351.6536.0742.94
Hex9546510352E2A160242b
Octal22510612106556525404453
Binary10010101100011010100010110101101110101010101100000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954651; }

 p { color: rgb(149,70,81); }

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

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

 a { background-color: rgb(149,70,81); }

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

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

 span { border-color: rgb(149,70,81); }

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