#863463

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

Shades of Rose Bud Cherry #863463

Tints of Rose Bud Cherry #863463

Color information

#863463 (or 0x863463) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 34 and 63. RGB value is (134,52,99). Sum of RGB (Red+Green+Blue) = 134+52+99=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #863463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863463 is #79CB9C. Grayscale: #515151. Windows color (decimal): -7981981 or 6501510. OLE color: 6501510.

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

Color convert

RGB1345299-
CMYK00.610.260.47
HSL325.61º44.09%36.47%-
HSV(B)325.61º61.19%52.55%-
XYZ13.318.4312.73-
YUV81.88137.67165.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=47.02%
G=18.25%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134529900.610.260.47325.6144.0936.47
Hex86346303D1A2F1462c24
Octal2066414307532575065444
Binary100001101101001100011011110111010101111101000110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863463; }

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

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

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

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

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

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

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

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