#95364B

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

Shades of Night Shadz #95364B

Tints of Night Shadz #95364B

Color information

#95364B (or 0x95364B) is unknown color: approx Night Shadz. HEX triplet: 95, 36 and 4B. RGB value is (149,54,75). Sum of RGB (Red+Green+Blue) = 149+54+75=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95364B is #6AC9B4. Grayscale: #545454. Windows color (decimal): -6998453 or 4929173. OLE color: 4929173.

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

Color convert

RGB1495475-
CMYK00.640.500.42
HSL346.74º46.8%39.8%-
HSV(B)346.74º63.76%58.43%-
XYZ14.989.547.71-
YUV84.8122.47173.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=53.60%
G=19.42%
B=26.98%

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
Decimal149547500.640.500.42346.7446.839.8
Hex95364B040322A15b2f28
Octal22566113010062525335750
Binary10010101110110100101101000000110010101010101011011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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