#863859

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

Shades of Rose Bud Cherry #863859

Tints of Rose Bud Cherry #863859

Color information

#863859 (or 0x863859) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 38 and 59. RGB value is (134,56,89). Sum of RGB (Red+Green+Blue) = 134+56+89=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #863859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863859 is #79C7A6. Grayscale: #535353. Windows color (decimal): -7980967 or 5847174. OLE color: 5847174.

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

Color convert

RGB1345689-
CMYK00.580.340.47
HSL334.62º41.05%37.25%-
HSV(B)334.62º58.21%52.55%-
XYZ13.058.6210.43-
YUV83.08131.34164.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=48.03%
G=20.07%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134568900.580.340.47334.6241.0537.25
Hex86385903A222F14f2925
Octal2067013107242575175145
Binary1000011011100010110010111010100010101111101001111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863859; }

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

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

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

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

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

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

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

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