#863557

Color #863557 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #863557

Tints of Rose Bud Cherry #863557

Color information

#863557 (or 0x863557) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 35 and 57. RGB value is (134,53,87). Sum of RGB (Red+Green+Blue) = 134+53+87=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #863557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863557 is #79CAA8. Grayscale: #515151. Windows color (decimal): -7981737 or 5715334. OLE color: 5715334.

HSL color Cylindrical-coordinate representation of color #863557: hue angle of 334.81º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863557 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1345387-
CMYK00.600.350.47
HSL334.81º43.32%36.67%-
HSV(B)334.81º60.45%52.55%-
XYZ12.828.39.94-
YUV81.1131.34165.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 87 (34.38% from 255) = 31.75%
R=48.91%
G=19.34%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134538700.600.350.47334.8143.3236.67
Hex86355703C232F14f2b25
Octal2066512707443575175345
Binary1000011011010110101110111100100011101111101001111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863557; }

 p { color: rgb(134,53,87); }

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

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

 a { background-color: rgb(134,53,87); }

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

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

 span { border-color: rgb(134,53,87); }

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