#963F48

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

Shades of Night Shadz #963F48

Tints of Night Shadz #963F48

Color information

#963F48 (or 0x963F48) is unknown color: approx Night Shadz. HEX triplet: 96, 3F and 48. RGB value is (150,63,72). Sum of RGB (Red+Green+Blue) = 150+63+72=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #963F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F48 is #69C0B7. Grayscale: #5A5A5A. Windows color (decimal): -6930616 or 4734870. OLE color: 4734870.

HSL color Cylindrical-coordinate representation of color #963F48: hue angle of 353.79º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #963F48 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1506372-
CMYK00.580.520.41
HSL353.79º40.85%41.76%-
HSV(B)353.79º58%58.82%-
XYZ15.5210.517.34-
YUV90.04117.82170.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 63 (25% from 255) = 22.11%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=52.63%
G=22.11%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150637200.580.520.41353.7940.8541.76
Hex963F4803A3429162292a
Octal2267711007264515425152
Binary1001011011111110010000111010110100101001101100010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963F48; }

 p { color: rgb(150,63,72); }

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

<style>
 a { background-color: #963F48; }

 a { background-color: rgb(150,63,72); }

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

<style>
 span { border-color: #963F48; }

 span { border-color: rgb(150,63,72); }

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