#9F374B

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

Shades of Night Shadz #9F374B

Tints of Night Shadz #9F374B

Color information

#9F374B (or 0x9F374B) is unknown color: approx Night Shadz. HEX triplet: 9F, 37 and 4B. RGB value is (159,55,75). Sum of RGB (Red+Green+Blue) = 159+55+75=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F374B is #60C8B4. Grayscale: #585858. Windows color (decimal): -6342837 or 4929439. OLE color: 4929439.

HSL color Cylindrical-coordinate representation of color #9F374B: hue angle of 348.46º degrees, saturation: 0.49, 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 #9F374B is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1595575-
CMYK00.650.530.38
HSL348.46º48.6%41.96%-
HSV(B)348.46º65.41%62.35%-
XYZ16.9310.617.81-
YUV88.38120.46178.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=55.02%
G=19.03%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159557500.650.530.38348.4648.641.96
Hex9F374B041352615c312a
Octal23767113010165465346152
Binary10011111110111100101101000001110101100110101011100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,55,75); }

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

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

 a { background-color: rgb(159,55,75); }

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

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

 span { border-color: rgb(159,55,75); }

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