#964B53

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

Shades of Solid Pink #964B53

Tints of Solid Pink #964B53

Color information

#964B53 (or 0x964B53) is unknown color: approx Solid Pink. HEX triplet: 96, 4B and 53. RGB value is (150,75,83). Sum of RGB (Red+Green+Blue) = 150+75+83=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #964B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B53 is #69B4AC. Grayscale: #626262. Windows color (decimal): -6927533 or 5458838. OLE color: 5458838.

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

Color convert

RGB1507583-
CMYK00.50.450.41
HSL353.6º33.33%44.12%-
HSV(B)353.6º50%58.82%-
XYZ16.6612.149.65-
YUV98.34119.35164.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=48.70%
G=24.35%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150758300.50.450.41353.633.3344.12
Hex964B530322D29162212c
Octal22611312306255515424154
Binary10010110100101110100110110010101101101001101100010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964B53; }

 p { color: rgb(150,75,83); }

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

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

 a { background-color: rgb(150,75,83); }

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

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

 span { border-color: rgb(150,75,83); }

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