#9B474B

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

Shades of Night Shadz #9B474B

Tints of Night Shadz #9B474B

Color information

#9B474B (or 0x9B474B) is unknown color: approx Night Shadz. HEX triplet: 9B, 47 and 4B. RGB value is (155,71,75). Sum of RGB (Red+Green+Blue) = 155+71+75=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B474B is #64B8B4. Grayscale: #606060. Windows color (decimal): -6600885 or 4933531. OLE color: 4933531.

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

Color convert

RGB1557175-
CMYK00.540.520.39
HSL357.14º37.17%44.31%-
HSV(B)357.14º54.19%60.78%-
XYZ17.0411.988.07-
YUV96.57115.83169.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=51.50%
G=23.59%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155717500.540.520.39357.1437.1744.31
Hex9B474B0363427165252c
Octal23310711306664475454554
Binary10011011100011110010110110110110100100111101100101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,75); }

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

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

 a { background-color: rgb(155,71,75); }

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

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

 span { border-color: rgb(155,71,75); }

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