#9B4359

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

Shades of Night Shadz #9B4359

Tints of Night Shadz #9B4359

Color information

#9B4359 (or 0x9B4359) is unknown color: approx Night Shadz. HEX triplet: 9B, 43 and 59. RGB value is (155,67,89). Sum of RGB (Red+Green+Blue) = 155+67+89=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4359 is #64BCA6. Grayscale: #5F5F5F. Windows color (decimal): -6601895 or 5850011. OLE color: 5850011.

HSL color Cylindrical-coordinate representation of color #9B4359: hue angle of 345º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B4359 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1556789-
CMYK00.570.430.39
HSL345º39.64%43.53%-
HSV(B)345º56.77%60.78%-
XYZ17.3311.710.8-
YUV95.82124.15170.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=49.84%
G=21.54%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155678900.570.430.3934539.6443.53
Hex9B43590392B27159282c
Octal23310313107153475315054
Binary10011011100001110110010111001101011100111101011001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,67,89); }

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

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

 a { background-color: rgb(155,67,89); }

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

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

 span { border-color: rgb(155,67,89); }

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