#95414D

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

Shades of Night Shadz #95414D

Tints of Night Shadz #95414D

Color information

#95414D (or 0x95414D) is unknown color: approx Night Shadz. HEX triplet: 95, 41 and 4D. RGB value is (149,65,77). Sum of RGB (Red+Green+Blue) = 149+65+77=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95414D is #6ABEB2. Grayscale: #5B5B5B. Windows color (decimal): -6995635 or 5063061. OLE color: 5063061.

HSL color Cylindrical-coordinate representation of color #95414D: hue angle of 351.43º 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 #95414D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1496577-
CMYK00.560.480.42
HSL351.43º39.25%41.96%-
HSV(B)351.43º56.38%58.43%-
XYZ15.6210.718.26-
YUV91.48119.83169.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=51.20%
G=22.34%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149657700.560.480.42351.4339.2541.96
Hex95414D038302A15f272a
Octal22510111507060525374752
Binary10010101100000110011010111000110000101010101011111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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