#863359

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

Shades of Rose Bud Cherry #863359

Tints of Rose Bud Cherry #863359

Color information

#863359 (or 0x863359) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 33 and 59. RGB value is (134,51,89). Sum of RGB (Red+Green+Blue) = 134+51+89=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #863359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863359 is #79CCA6. Grayscale: #505050. Windows color (decimal): -7982247 or 5845894. OLE color: 5845894.

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

Color convert

RGB1345189-
CMYK00.620.340.47
HSL332.53º44.86%36.27%-
HSV(B)332.53º61.94%52.55%-
XYZ12.828.1610.35-
YUV80.15133166.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=48.91%
G=18.61%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134518900.620.340.47332.5344.8636.27
Hex86335903E222F14d2d24
Octal2066313107642575155544
Binary1000011011001110110010111110100010101111101001101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863359; }

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

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

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

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

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

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

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

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