#9B4250

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

Shades of Night Shadz #9B4250

Tints of Night Shadz #9B4250

Color information

#9B4250 (or 0x9B4250) is unknown color: approx Night Shadz. HEX triplet: 9B, 42 and 50. RGB value is (155,66,80). Sum of RGB (Red+Green+Blue) = 155+66+80=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4250 is #64BDAF. Grayscale: #5E5E5E. Windows color (decimal): -6602160 or 5259931. OLE color: 5259931.

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

Color convert

RGB1556680-
CMYK00.570.480.39
HSL350.56º40.27%43.33%-
HSV(B)350.56º57.42%60.78%-
XYZ16.9111.448.91-
YUV94.21119.99171.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=51.50%
G=21.93%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155668000.570.480.39350.5640.2743.33
Hex9B4250039302715f282b
Octal23310212007160475375053
Binary10011011100001010100000111001110000100111101011111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,66,80); }

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

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

 a { background-color: rgb(155,66,80); }

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

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

 span { border-color: rgb(155,66,80); }

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