#953850

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

Shades of Night Shadz #953850

Tints of Night Shadz #953850

Color information

#953850 (or 0x953850) is unknown color: approx Night Shadz. HEX triplet: 95, 38 and 50. RGB value is (149,56,80). Sum of RGB (Red+Green+Blue) = 149+56+80=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #953850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953850 is #6AC7AF. Grayscale: #565656. Windows color (decimal): -6997936 or 5257365. OLE color: 5257365.

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

Color convert

RGB1495680-
CMYK00.620.460.42
HSL344.52º45.37%40.2%-
HSV(B)344.52º62.42%58.43%-
XYZ15.269.88.68-
YUV86.54124.31172.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=52.28%
G=19.65%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149568000.620.460.42344.5245.3740.2
Hex95385003E2E2A1592d28
Octal2257012007656525315550
Binary1001010111100010100000111110101110101010101011001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953850; }

 p { color: rgb(149,56,80); }

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

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

 a { background-color: rgb(149,56,80); }

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

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

 span { border-color: rgb(149,56,80); }

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