#964849

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

Shades of Solid Pink #964849

Tints of Solid Pink #964849

Color information

#964849 (or 0x964849) is unknown color: approx Solid Pink. HEX triplet: 96, 48 and 49. RGB value is (150,72,73). Sum of RGB (Red+Green+Blue) = 150+72+73=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #964849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964849 is #69B7B6. Grayscale: #5F5F5F. Windows color (decimal): -6928311 or 4802710. OLE color: 4802710.

HSL color Cylindrical-coordinate representation of color #964849: hue angle of 359.23º 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 #964849 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1507273-
CMYK00.520.510.41
HSL359.23º35.14%43.53%-
HSV(B)359.23º52%58.82%-
XYZ16.111.67.69-
YUV95.44115.34166.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=50.85%
G=24.41%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150727300.520.510.41359.2335.1443.53
Hex9648490343329167232c
Octal22611011106463515474354
Binary10010110100100010010010110100110011101001101100111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964849; }

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

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

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

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

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

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

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

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