#96374F

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

Shades of Night Shadz #96374F

Tints of Night Shadz #96374F

Color information

#96374F (or 0x96374F) is unknown color: approx Night Shadz. HEX triplet: 96, 37 and 4F. RGB value is (150,55,79). Sum of RGB (Red+Green+Blue) = 150+55+79=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #96374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96374F is #69C8B0. Grayscale: #565656. Windows color (decimal): -6932657 or 5191574. OLE color: 5191574.

HSL color Cylindrical-coordinate representation of color #96374F: hue angle of 344.84º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96374F is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1505579-
CMYK00.630.470.41
HSL344.84º46.34%40.2%-
HSV(B)344.84º63.33%58.82%-
XYZ15.369.788.48-
YUV86.14123.97173.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 79 (31.25% from 255) = 27.82%
R=52.82%
G=19.37%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150557900.630.470.41344.8446.3440.2
Hex96374F03F2F291592e28
Octal2266711707757515315650
Binary1001011011011110011110111111101111101001101011001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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