#95404B

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

Shades of Night Shadz #95404B

Tints of Night Shadz #95404B

Color information

#95404B (or 0x95404B) is unknown color: approx Night Shadz. HEX triplet: 95, 40 and 4B. RGB value is (149,64,75). Sum of RGB (Red+Green+Blue) = 149+64+75=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #95404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95404B is #6ABFB4. Grayscale: #5A5A5A. Windows color (decimal): -6995893 or 4931733. OLE color: 4931733.

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

Color convert

RGB1496475-
CMYK00.570.500.42
HSL352.24º39.91%41.76%-
HSV(B)352.24º57.05%58.43%-
XYZ15.510.567.88-
YUV90.67119.16169.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=51.74%
G=22.22%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149647500.570.500.42352.2439.9141.76
Hex95404B039322A160282a
Octal22510011307162525405052
Binary10010101100000010010110111001110010101010101100000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95404B; }

 p { color: rgb(149,64,75); }

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

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

 a { background-color: rgb(149,64,75); }

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

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

 span { border-color: rgb(149,64,75); }

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