#964850

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

Shades of Solid Pink #964850

Tints of Solid Pink #964850

Color information

#964850 (or 0x964850) is unknown color: approx Solid Pink. HEX triplet: 96, 48 and 50. RGB value is (150,72,80). Sum of RGB (Red+Green+Blue) = 150+72+80=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #964850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964850 is #69B7AF. Grayscale: #606060. Windows color (decimal): -6928304 or 5261462. OLE color: 5261462.

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

Color convert

RGB1507280-
CMYK00.520.470.41
HSL353.85º35.14%43.53%-
HSV(B)353.85º52%58.82%-
XYZ16.3411.78.99-
YUV96.23118.84166.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=49.67%
G=23.84%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150728000.520.470.41353.8535.1443.53
Hex9648500342F29162232c
Octal22611012006457515424354
Binary10010110100100010100000110100101111101001101100010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964850; }

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

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

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

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

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

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

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

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