#96424C

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

Shades of Night Shadz #96424C

Tints of Night Shadz #96424C

Color information

#96424C (or 0x96424C) is unknown color: approx Night Shadz. HEX triplet: 96, 42 and 4C. RGB value is (150,66,76). Sum of RGB (Red+Green+Blue) = 150+66+76=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96424C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96424C is #69BDB3. Grayscale: #5C5C5C. Windows color (decimal): -6929844 or 4997782. OLE color: 4997782.

HSL color Cylindrical-coordinate representation of color #96424C: hue angle of 352.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96424C is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1506676-
CMYK00.560.490.41
HSL352.86º38.89%42.35%-
HSV(B)352.86º56%58.82%-
XYZ15.8310.98.11-
YUV92.26118.83169.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=51.37%
G=22.60%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150667600.560.490.41352.8638.8942.35
Hex96424C0383129161272a
Octal22610211407061515414752
Binary10010110100001010011000111000110001101001101100001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96424C; }

 p { color: rgb(150,66,76); }

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

<style>
 a { background-color: #96424C; }

 a { background-color: rgb(150,66,76); }

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

<style>
 span { border-color: #96424C; }

 span { border-color: rgb(150,66,76); }

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