#865356

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

Shades of Solid Pink #865356

Tints of Solid Pink #865356

Color information

#865356 (or 0x865356) is unknown color: approx Solid Pink. HEX triplet: 86, 53 and 56. RGB value is (134,83,86). Sum of RGB (Red+Green+Blue) = 134+83+86=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #865356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865356 is #79ACA9. Grayscale: #626262. Windows color (decimal): -7974058 or 5657478. OLE color: 5657478.

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

Color convert

RGB1348386-
CMYK00.380.360.47
HSL356.47º23.5%42.55%-
HSV(B)356.47º38.06%52.55%-
XYZ14.611.9310.34-
YUV98.59120.9153.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=44.22%
G=27.39%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134838600.380.360.47356.4723.542.55
Hex865356026242F164182b
Octal20612312604644575443053
Binary1000011010100111010110010011010010010111110110010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865356; }

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

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

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

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

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

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

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

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