#964547

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

Shades of Solid Pink #964547

Tints of Solid Pink #964547

Color information

#964547 (or 0x964547) is unknown color: approx Solid Pink. HEX triplet: 96, 45 and 47. RGB value is (150,69,71). Sum of RGB (Red+Green+Blue) = 150+69+71=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #964547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964547 is #69BAB8. Grayscale: #5D5D5D. Windows color (decimal): -6929081 or 4670870. OLE color: 4670870.

HSL color Cylindrical-coordinate representation of color #964547: hue angle of 358.52º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964547 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1506971-
CMYK00.540.530.41
HSL358.52º36.99%42.94%-
HSV(B)358.52º54%58.82%-
XYZ15.8411.27.29-
YUV93.45115.34168.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 71 (28.12% from 255) = 24.48%
R=51.72%
G=23.79%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150697100.540.530.41358.5236.9942.94
Hex9645470363529167252b
Octal22610510706665515474553
Binary10010110100010110001110110110110101101001101100111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964547; }

 p { color: rgb(150,69,71); }

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

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

 a { background-color: rgb(150,69,71); }

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

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

 span { border-color: rgb(150,69,71); }

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