#9B384C

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

Shades of Night Shadz #9B384C

Tints of Night Shadz #9B384C

Color information

#9B384C (or 0x9B384C) is unknown color: approx Night Shadz. HEX triplet: 9B, 38 and 4C. RGB value is (155,56,76). Sum of RGB (Red+Green+Blue) = 155+56+76=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B384C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B384C is #64C7B3. Grayscale: #575757. Windows color (decimal): -6604724 or 4995227. OLE color: 4995227.

HSL color Cylindrical-coordinate representation of color #9B384C: hue angle of 347.88º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B384C is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1555676-
CMYK00.640.510.39
HSL347.88º46.92%41.37%-
HSV(B)347.88º63.87%60.78%-
XYZ16.2410.327.97-
YUV87.88121.3175.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.01%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=54.01%
G=19.51%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155567600.640.510.39347.8846.9241.37
Hex9B384C040332715c2f29
Octal23370114010063475345751
Binary10011011111000100110001000000110011100111101011100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B384C; }

 p { color: rgb(155,56,76); }

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

<style>
 a { background-color: #9B384C; }

 a { background-color: rgb(155,56,76); }

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

<style>
 span { border-color: #9B384C; }

 span { border-color: rgb(155,56,76); }

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