#865358

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

Shades of Solid Pink #865358

Tints of Solid Pink #865358

Color information

#865358 (or 0x865358) is unknown color: approx Solid Pink. HEX triplet: 86, 53 and 58. RGB value is (134,83,88). Sum of RGB (Red+Green+Blue) = 134+83+88=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #865358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865358 is #79ACA7. Grayscale: #626262. Windows color (decimal): -7974056 or 5788550. OLE color: 5788550.

HSL color Cylindrical-coordinate representation of color #865358: hue angle of 354.12º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865358 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1348388-
CMYK00.380.340.47
HSL354.12º23.5%42.55%-
HSV(B)354.12º38.06%52.55%-
XYZ14.6911.9610.77-
YUV98.82121.9153.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 88 (34.77% from 255) = 28.85%
R=43.93%
G=27.21%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134838800.380.340.47354.1223.542.55
Hex865358026222F162182b
Octal20612313004642575423053
Binary1000011010100111011000010011010001010111110110001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865358; }

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

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

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

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

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

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

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

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