#95384D

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

Shades of Night Shadz #95384D

Tints of Night Shadz #95384D

Color information

#95384D (or 0x95384D) is unknown color: approx Night Shadz. HEX triplet: 95, 38 and 4D. RGB value is (149,56,77). Sum of RGB (Red+Green+Blue) = 149+56+77=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95384D is #6AC7B2. Grayscale: #565656. Windows color (decimal): -6997939 or 5060757. OLE color: 5060757.

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

Color convert

RGB1495677-
CMYK00.620.480.42
HSL346.45º45.37%40.2%-
HSV(B)346.45º62.42%58.43%-
XYZ15.159.758.11-
YUV86.2122.81172.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=52.84%
G=19.86%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149567700.620.480.42346.4545.3740.2
Hex95384D03E302A15a2d28
Octal2257011507660525325550
Binary1001010111100010011010111110110000101010101011010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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