#9B364F

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

Shades of Night Shadz #9B364F

Tints of Night Shadz #9B364F

Color information

#9B364F (or 0x9B364F) is unknown color: approx Night Shadz. HEX triplet: 9B, 36 and 4F. RGB value is (155,54,79). Sum of RGB (Red+Green+Blue) = 155+54+79=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B364F is #64C9B0. Grayscale: #575757. Windows color (decimal): -6605233 or 5191323. OLE color: 5191323.

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

Color convert

RGB1555479-
CMYK00.650.490.39
HSL345.15º48.33%40.98%-
HSV(B)345.15º65.16%60.78%-
XYZ16.2510.178.5-
YUV87.05123.46176.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.82%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=53.82%
G=18.75%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155547900.650.490.39345.1548.3340.98
Hex9B364F04131271593029
Octal23366117010161475316051
Binary10011011110110100111101000001110001100111101011001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,79); }

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

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

 a { background-color: rgb(155,54,79); }

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

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

 span { border-color: rgb(155,54,79); }

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