#953446

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

Shades of Night Shadz #953446

Tints of Night Shadz #953446

Color information

#953446 (or 0x953446) is unknown color: approx Night Shadz. HEX triplet: 95, 34 and 46. RGB value is (149,52,70). Sum of RGB (Red+Green+Blue) = 149+52+70=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953446 is #6ACBB9. Grayscale: #535353. Windows color (decimal): -6998970 or 4600981. OLE color: 4600981.

HSL color Cylindrical-coordinate representation of color #953446: hue angle of 348.87º 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 #953446 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1495270-
CMYK00.650.530.42
HSL348.87º48.26%39.41%-
HSV(B)348.87º65.1%58.43%-
XYZ14.739.296.81-
YUV83.06120.64175.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=54.98%
G=19.19%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149527000.650.530.42348.8748.2639.41
Hex953446041352A15d3027
Octal22564106010165525356047
Binary10010101110100100011001000001110101101010101011101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953446; }

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

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

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

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

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

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

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

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