#963448

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

Shades of Night Shadz #963448

Tints of Night Shadz #963448

Color information

#963448 (or 0x963448) is unknown color: approx Night Shadz. HEX triplet: 96, 34 and 48. RGB value is (150,52,72). Sum of RGB (Red+Green+Blue) = 150+52+72=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #963448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963448 is #69CBB7. Grayscale: #535353. Windows color (decimal): -6933432 or 4732054. OLE color: 4732054.

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

Color convert

RGB1505272-
CMYK00.650.520.41
HSL347.76º48.51%39.61%-
HSV(B)347.76º65.33%58.82%-
XYZ14.989.417.16-
YUV83.58121.47175.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=54.74%
G=18.98%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150527200.650.520.41347.7648.5139.61
Hex963448041342915c3128
Octal22664110010164515346150
Binary10010110110100100100001000001110100101001101011100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963448; }

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

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

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

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

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

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

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

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