#9C384B

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

Shades of Night Shadz #9C384B

Tints of Night Shadz #9C384B

Color information

#9C384B (or 0x9C384B) is unknown color: approx Night Shadz. HEX triplet: 9C, 38 and 4B. RGB value is (156,56,75). Sum of RGB (Red+Green+Blue) = 156+56+75=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C384B is #63C7B4. Grayscale: #585858. Windows color (decimal): -6539189 or 4929692. OLE color: 4929692.

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

Color convert

RGB1565675-
CMYK00.640.520.39
HSL348.6º47.17%41.57%-
HSV(B)348.6º64.1%61.18%-
XYZ16.3910.47.8-
YUV88.07120.63176.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.36%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=54.36%
G=19.51%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156567500.640.520.39348.647.1741.57
Hex9C384B040342715d2f2a
Octal23470113010064475355752
Binary10011100111000100101101000000110100100111101011101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,56,75); }

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

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

 a { background-color: rgb(156,56,75); }

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

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

 span { border-color: rgb(156,56,75); }

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