#953449

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

Shades of Night Shadz #953449

Tints of Night Shadz #953449

Color information

#953449 (or 0x953449) is unknown color: approx Night Shadz. HEX triplet: 95, 34 and 49. RGB value is (149,52,73). Sum of RGB (Red+Green+Blue) = 149+52+73=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #953449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953449 is #6ACBB6. Grayscale: #535353. Windows color (decimal): -6998967 or 4797589. OLE color: 4797589.

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

Color convert

RGB1495273-
CMYK00.650.510.42
HSL347.01º48.26%39.41%-
HSV(B)347.01º65.1%58.43%-
XYZ14.839.337.32-
YUV83.4122.14174.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=54.38%
G=18.98%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149527300.650.510.42347.0148.2639.41
Hex953449041332A15b3027
Octal22564111010163525336047
Binary10010101110100100100101000001110011101010101011011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953449; }

 p { color: rgb(149,52,73); }

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

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

 a { background-color: rgb(149,52,73); }

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

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

 span { border-color: rgb(149,52,73); }

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