#964952

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

Shades of Solid Pink #964952

Tints of Solid Pink #964952

Color information

#964952 (or 0x964952) is unknown color: approx Solid Pink. HEX triplet: 96, 49 and 52. RGB value is (150,73,82). Sum of RGB (Red+Green+Blue) = 150+73+82=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #964952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964952 is #69B6AD. Grayscale: #616161. Windows color (decimal): -6928046 or 5392790. OLE color: 5392790.

HSL color Cylindrical-coordinate representation of color #964952: hue angle of 352.99º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964952 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1507382-
CMYK00.510.450.41
HSL352.99º34.53%43.73%-
HSV(B)352.99º51.33%58.82%-
XYZ16.4811.869.4-
YUV97.05119.51165.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=49.18%
G=23.93%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150738200.510.450.41352.9934.5343.73
Hex9649520332D29161232c
Octal22611112206355515414354
Binary10010110100100110100100110011101101101001101100001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964952; }

 p { color: rgb(150,73,82); }

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

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

 a { background-color: rgb(150,73,82); }

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

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

 span { border-color: rgb(150,73,82); }

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