#95354B

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

Shades of Night Shadz #95354B

Tints of Night Shadz #95354B

Color information

#95354B (or 0x95354B) is unknown color: approx Night Shadz. HEX triplet: 95, 35 and 4B. RGB value is (149,53,75). Sum of RGB (Red+Green+Blue) = 149+53+75=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95354B is #6ACAB4. Grayscale: #545454. Windows color (decimal): -6998709 or 4928917. OLE color: 4928917.

HSL color Cylindrical-coordinate representation of color #95354B: hue angle of 346.25º 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 #95354B is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1495375-
CMYK00.640.500.42
HSL346.25º47.52%39.61%-
HSV(B)346.25º64.43%58.43%-
XYZ14.949.447.69-
YUV84.21122.8174.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=53.79%
G=19.13%
B=27.08%

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
Decimal149537500.640.500.42346.2547.5239.61
Hex95354B040322A15a3028
Octal22565113010062525326050
Binary10010101110101100101101000000110010101010101011010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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