#963F4F

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

Shades of Night Shadz #963F4F

Tints of Night Shadz #963F4F

Color information

#963F4F (or 0x963F4F) is unknown color: approx Night Shadz. HEX triplet: 96, 3F and 4F. RGB value is (150,63,79). Sum of RGB (Red+Green+Blue) = 150+63+79=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #963F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963F4F is #69C0B0. Grayscale: #5A5A5A. Windows color (decimal): -6930609 or 5193622. OLE color: 5193622.

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

Color convert

RGB1506379-
CMYK00.580.470.41
HSL348.97º40.85%41.76%-
HSV(B)348.97º58%58.82%-
XYZ15.7710.68.61-
YUV90.84121.32170.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=51.37%
G=21.58%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150637900.580.470.41348.9740.8541.76
Hex963F4F03A2F2915d292a
Octal2267711707257515355152
Binary1001011011111110011110111010101111101001101011101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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