#953852

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

Shades of Night Shadz #953852

Tints of Night Shadz #953852

Color information

#953852 (or 0x953852) is unknown color: approx Night Shadz. HEX triplet: 95, 38 and 52. RGB value is (149,56,82). Sum of RGB (Red+Green+Blue) = 149+56+82=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #953852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953852 is #6AC7AD. Grayscale: #565656. Windows color (decimal): -6997934 or 5388437. OLE color: 5388437.

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

Color convert

RGB1495682-
CMYK00.620.450.42
HSL343.23º45.37%40.2%-
HSV(B)343.23º62.42%58.43%-
XYZ15.339.839.07-
YUV86.77125.31172.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=51.92%
G=19.51%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149568200.620.450.42343.2345.3740.2
Hex95385203E2D2A1572d28
Octal2257012207655525275550
Binary1001010111100010100100111110101101101010101010111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953852; }

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

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

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

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

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

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

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

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