#863059

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

Shades of Rose Bud Cherry #863059

Tints of Rose Bud Cherry #863059

Color information

#863059 (or 0x863059) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 30 and 59. RGB value is (134,48,89). Sum of RGB (Red+Green+Blue) = 134+48+89=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #863059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863059 is #79CFA6. Grayscale: #4E4E4E. Windows color (decimal): -7983015 or 5845126. OLE color: 5845126.

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

Color convert

RGB1344889-
CMYK00.640.340.47
HSL331.4º47.25%35.69%-
HSV(B)331.4º64.18%52.55%-
XYZ12.697.910.31-
YUV78.39133.99167.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=49.45%
G=17.71%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134488900.640.340.47331.447.2535.69
Hex863059040222F14b2f24
Octal20660131010042575135744
Binary10000110110000101100101000000100010101111101001011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863059; }

 p { color: rgb(134,48,89); }

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

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

 a { background-color: rgb(134,48,89); }

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

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

 span { border-color: rgb(134,48,89); }

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