#865052

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

Shades of Solid Pink #865052

Tints of Solid Pink #865052

Color information

#865052 (or 0x865052) is unknown color: approx Solid Pink. HEX triplet: 86, 50 and 52. RGB value is (134,80,82). Sum of RGB (Red+Green+Blue) = 134+80+82=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #865052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865052 is #79AFAD. Grayscale: #606060. Windows color (decimal): -7974830 or 5394566. OLE color: 5394566.

HSL color Cylindrical-coordinate representation of color #865052: hue angle of 357.78º 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 #865052 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1348082-
CMYK00.400.390.47
HSL357.78º25.23%41.96%-
HSV(B)357.78º40.3%52.55%-
XYZ14.2211.419.44-
YUV96.37119.89154.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=45.27%
G=27.03%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134808200.400.390.47357.7825.2341.96
Hex865052028272F166192a
Octal20612012205047575463152
Binary1000011010100001010010010100010011110111110110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865052; }

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

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

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

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

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

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

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

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