#9F384F

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

Shades of Night Shadz #9F384F

Tints of Night Shadz #9F384F

Color information

#9F384F (or 0x9F384F) is unknown color: approx Night Shadz. HEX triplet: 9F, 38 and 4F. RGB value is (159,56,79). Sum of RGB (Red+Green+Blue) = 159+56+79=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F384F is #60C7B0. Grayscale: #595959. Windows color (decimal): -6342577 or 5191839. OLE color: 5191839.

HSL color Cylindrical-coordinate representation of color #9F384F: hue angle of 346.6º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F384F is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1595679-
CMYK00.650.500.38
HSL346.6º47.91%42.16%-
HSV(B)346.6º64.78%62.35%-
XYZ17.1210.768.57-
YUV89.42122.12177.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.08%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=54.08%
G=19.05%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159567900.650.500.38346.647.9142.16
Hex9F384F041322615b302a
Octal23770117010162465336052
Binary10011111111000100111101000001110010100110101011011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,56,79); }

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

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

 a { background-color: rgb(159,56,79); }

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

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

 span { border-color: rgb(159,56,79); }

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