#95414F

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

Shades of Night Shadz #95414F

Tints of Night Shadz #95414F

Color information

#95414F (or 0x95414F) is unknown color: approx Night Shadz. HEX triplet: 95, 41 and 4F. RGB value is (149,65,79). Sum of RGB (Red+Green+Blue) = 149+65+79=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95414F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95414F is #6ABEB0. Grayscale: #5B5B5B. Windows color (decimal): -6995633 or 5194133. OLE color: 5194133.

HSL color Cylindrical-coordinate representation of color #95414F: hue angle of 350º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95414F is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1496579-
CMYK00.560.470.42
HSL350º39.25%41.96%-
HSV(B)350º56.38%58.43%-
XYZ15.710.738.64-
YUV91.71120.83168.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 79 (31.25% from 255) = 26.96%
R=50.85%
G=22.18%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149657900.560.470.4235039.2541.96
Hex95414F0382F2A15e272a
Octal22510111707057525364752
Binary10010101100000110011110111000101111101010101011110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95414F; }

 p { color: rgb(149,65,79); }

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

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

 a { background-color: rgb(149,65,79); }

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

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

 span { border-color: rgb(149,65,79); }

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