#964048

Color #964048 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #964048

Tints of Solid Pink #964048

Color information

#964048 (or 0x964048) is unknown color: approx Solid Pink. HEX triplet: 96, 40 and 48. RGB value is (150,64,72). Sum of RGB (Red+Green+Blue) = 150+64+72=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #964048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964048 is #69BFB7. Grayscale: #5A5A5A. Windows color (decimal): -6930360 or 4735126. OLE color: 4735126.

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

Color convert

RGB1506472-
CMYK00.570.520.41
HSL354.42º40.19%41.96%-
HSV(B)354.42º57.33%58.82%-
XYZ15.5810.627.36-
YUV90.63117.49170.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=52.45%
G=22.38%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150647200.570.520.41354.4240.1941.96
Hex9640480393429162282a
Octal22610011007164515425052
Binary10010110100000010010000111001110100101001101100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964048; }

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

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

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

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

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

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

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

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