#845051

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

Shades of Solid Pink #845051

Tints of Solid Pink #845051

Color information

#845051 (or 0x845051) is unknown color: approx Solid Pink. HEX triplet: 84, 50 and 51. RGB value is (132,80,81). Sum of RGB (Red+Green+Blue) = 132+80+81=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #845051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845051 is #7BAFAE. Grayscale: #5F5F5F. Windows color (decimal): -8105903 or 5329028. OLE color: 5329028.

HSL color Cylindrical-coordinate representation of color #845051: hue angle of 358.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845051 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1328081-
CMYK00.390.390.48
HSL358.85º24.53%41.57%-
HSV(B)358.85º39.39%51.76%-
XYZ13.8711.249.22-
YUV95.66119.73153.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=45.05%
G=27.30%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132808100.390.390.48358.8524.5341.57
Hex8450510272730167192a
Octal20412012104747605473152
Binary1000010010100001010001010011110011111000010110011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845051; }

 p { color: rgb(132,80,81); }

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

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

 a { background-color: rgb(132,80,81); }

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

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

 span { border-color: rgb(132,80,81); }

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