#95354A

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

Shades of Night Shadz #95354A

Tints of Night Shadz #95354A

Color information

#95354A (or 0x95354A) is unknown color: approx Night Shadz. HEX triplet: 95, 35 and 4A. RGB value is (149,53,74). Sum of RGB (Red+Green+Blue) = 149+53+74=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95354A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95354A is #6ACAB5. Grayscale: #545454. Windows color (decimal): -6998710 or 4863381. OLE color: 4863381.

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

Color convert

RGB1495374-
CMYK00.640.500.42
HSL346.88º47.52%39.61%-
HSV(B)346.88º64.43%58.43%-
XYZ14.99.437.51-
YUV84.1122.3174.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=53.99%
G=19.20%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149537400.640.500.42346.8847.5239.61
Hex95354A040322A15b3028
Octal22565112010062525336050
Binary10010101110101100101001000000110010101010101011011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95354A; }

 p { color: rgb(149,53,74); }

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

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

 a { background-color: rgb(149,53,74); }

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

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

 span { border-color: rgb(149,53,74); }

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