#9B424B

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

Shades of Night Shadz #9B424B

Tints of Night Shadz #9B424B

Color information

#9B424B (or 0x9B424B) is unknown color: approx Night Shadz. HEX triplet: 9B, 42 and 4B. RGB value is (155,66,75). Sum of RGB (Red+Green+Blue) = 155+66+75=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B424B is #64BDB4. Grayscale: #5D5D5D. Windows color (decimal): -6602165 or 4932251. OLE color: 4932251.

HSL color Cylindrical-coordinate representation of color #9B424B: hue angle of 353.93º 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 #9B424B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB1556675-
CMYK00.570.520.39
HSL353.93º40.27%43.33%-
HSV(B)353.93º57.42%60.78%-
XYZ16.7411.377.97-
YUV93.64117.49171.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=52.36%
G=22.30%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155667500.570.520.39353.9340.2743.33
Hex9B424B0393427162282b
Octal23310211307164475425053
Binary10011011100001010010110111001110100100111101100010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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