#953847

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

Shades of Night Shadz #953847

Tints of Night Shadz #953847

Color information

#953847 (or 0x953847) is unknown color: approx Night Shadz. HEX triplet: 95, 38 and 47. RGB value is (149,56,71). Sum of RGB (Red+Green+Blue) = 149+56+71=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #953847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953847 is #6AC7B8. Grayscale: #555555. Windows color (decimal): -6997945 or 4667541. OLE color: 4667541.

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

Color convert

RGB1495671-
CMYK00.620.520.42
HSL350.32º45.37%40.2%-
HSV(B)350.32º62.42%58.43%-
XYZ14.959.677.04-
YUV85.52119.81173.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=53.99%
G=20.29%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149567100.620.520.42350.3245.3740.2
Hex95384703E342A15e2d28
Octal2257010707664525365550
Binary1001010111100010001110111110110100101010101011110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953847; }

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

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

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

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

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

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

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

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