#9B424E

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

Shades of Night Shadz #9B424E

Tints of Night Shadz #9B424E

Color information

#9B424E (or 0x9B424E) is unknown color: approx Night Shadz. HEX triplet: 9B, 42 and 4E. RGB value is (155,66,78). Sum of RGB (Red+Green+Blue) = 155+66+78=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B424E is #64BDB1. Grayscale: #5E5E5E. Windows color (decimal): -6602162 or 5128859. OLE color: 5128859.

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

Color convert

RGB1556678-
CMYK00.570.500.39
HSL351.91º40.27%43.33%-
HSV(B)351.91º57.42%60.78%-
XYZ16.8411.428.52-
YUV93.98118.99171.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.84%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=51.84%
G=22.07%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155667800.570.500.39351.9140.2743.33
Hex9B424E0393227160282b
Octal23310211607162475405053
Binary10011011100001010011100111001110010100111101100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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