#863863

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

Shades of Rose Bud Cherry #863863

Tints of Rose Bud Cherry #863863

Color information

#863863 (or 0x863863) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 38 and 63. RGB value is (134,56,99). Sum of RGB (Red+Green+Blue) = 134+56+99=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #863863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863863 is #79C79C. Grayscale: #545454. Windows color (decimal): -7980957 or 6502534. OLE color: 6502534.

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

Color convert

RGB1345699-
CMYK00.580.260.47
HSL326.92º41.05%37.25%-
HSV(B)326.92º58.21%52.55%-
XYZ13.58.812.79-
YUV84.22136.34163.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.37%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=46.37%
G=19.38%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134569900.580.260.47326.9241.0537.25
Hex86386303A1A2F1472925
Octal2067014307232575075145
Binary100001101110001100011011101011010101111101000111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863863; }

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

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

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

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

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

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

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

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