#865051

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

Shades of Solid Pink #865051

Tints of Solid Pink #865051

Color information

#865051 (or 0x865051) is unknown color: approx Solid Pink. HEX triplet: 86, 50 and 51. RGB value is (134,80,81). Sum of RGB (Red+Green+Blue) = 134+80+81=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #865051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865051 is #79AFAE. Grayscale: #606060. Windows color (decimal): -7974831 or 5329030. OLE color: 5329030.

HSL color Cylindrical-coordinate representation of color #865051: hue angle of 358.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865051 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1348081-
CMYK00.400.400.47
HSL358.89º25.23%41.96%-
HSV(B)358.89º40.3%52.55%-
XYZ14.1911.49.24-
YUV96.26119.39154.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=45.42%
G=27.12%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134808100.400.400.47358.8925.2341.96
Hex865051028282F167192a
Octal20612012105050575473152
Binary1000011010100001010001010100010100010111110110011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865051; }

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

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

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

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

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

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

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

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