#96424F

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

Shades of Night Shadz #96424F

Tints of Night Shadz #96424F

Color information

#96424F (or 0x96424F) is unknown color: approx Night Shadz. HEX triplet: 96, 42 and 4F. RGB value is (150,66,79). Sum of RGB (Red+Green+Blue) = 150+66+79=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96424F is #69BDB0. Grayscale: #5C5C5C. Windows color (decimal): -6929841 or 5194390. OLE color: 5194390.

HSL color Cylindrical-coordinate representation of color #96424F: hue angle of 350.71º 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 #96424F is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1506679-
CMYK00.560.470.41
HSL350.71º38.89%42.35%-
HSV(B)350.71º56%58.82%-
XYZ15.9410.948.67-
YUV92.6120.33168.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=50.85%
G=22.37%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150667900.560.470.41350.7138.8942.35
Hex96424F0382F2915f272a
Octal22610211707057515374752
Binary10010110100001010011110111000101111101001101011111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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