#865053

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

Shades of Solid Pink #865053

Tints of Solid Pink #865053

Color information

#865053 (or 0x865053) is unknown color: approx Solid Pink. HEX triplet: 86, 50 and 53. RGB value is (134,80,83). Sum of RGB (Red+Green+Blue) = 134+80+83=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #865053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865053 is #79AFAC. Grayscale: #606060. Windows color (decimal): -7974829 or 5460102. OLE color: 5460102.

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

Color convert

RGB1348083-
CMYK00.400.380.47
HSL356.67º25.23%41.96%-
HSV(B)356.67º40.3%52.55%-
XYZ14.2611.439.64-
YUV96.49120.39154.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=45.12%
G=26.94%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134808300.400.380.47356.6725.2341.96
Hex865053028262F165192a
Octal20612012305046575453152
Binary1000011010100001010011010100010011010111110110010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865053; }

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

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

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

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

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

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

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

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