#953448

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

Shades of Night Shadz #953448

Tints of Night Shadz #953448

Color information

#953448 (or 0x953448) is unknown color: approx Night Shadz. HEX triplet: 95, 34 and 48. RGB value is (149,52,72). Sum of RGB (Red+Green+Blue) = 149+52+72=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #953448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953448 is #6ACBB7. Grayscale: #535353. Windows color (decimal): -6998968 or 4732053. OLE color: 4732053.

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

Color convert

RGB1495272-
CMYK00.650.520.42
HSL347.63º48.26%39.41%-
HSV(B)347.63º65.1%58.43%-
XYZ14.799.317.15-
YUV83.28121.64174.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.58%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=54.58%
G=19.05%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149527200.650.520.42347.6348.2639.41
Hex953448041342A15c3027
Octal22564110010164525346047
Binary10010101110100100100001000001110100101010101011100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953448; }

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

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

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

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

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

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

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

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