#954853

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

Shades of Night Shadz #954853

Tints of Night Shadz #954853

Color information

#954853 (or 0x954853) is unknown color: approx Night Shadz. HEX triplet: 95, 48 and 53. RGB value is (149,72,83). Sum of RGB (Red+Green+Blue) = 149+72+83=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #954853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954853 is #6AB7AC. Grayscale: #606060. Windows color (decimal): -6993837 or 5458069. OLE color: 5458069.

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

Color convert

RGB1497283-
CMYK00.520.440.42
HSL351.43º34.84%43.33%-
HSV(B)351.43º51.68%58.43%-
XYZ16.2711.659.57-
YUV96.28120.51165.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=49.01%
G=23.68%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149728300.520.440.42351.4334.8443.33
Hex9548530342C2A15f232b
Octal22511012306454525374353
Binary10010101100100010100110110100101100101010101011111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954853; }

 p { color: rgb(149,72,83); }

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

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

 a { background-color: rgb(149,72,83); }

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

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

 span { border-color: rgb(149,72,83); }

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