#863363

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

Shades of Rose Bud Cherry #863363

Tints of Rose Bud Cherry #863363

Color information

#863363 (or 0x863363) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 33 and 63. RGB value is (134,51,99). Sum of RGB (Red+Green+Blue) = 134+51+99=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #863363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863363 is #79CC9C. Grayscale: #515151. Windows color (decimal): -7982237 or 6501254. OLE color: 6501254.

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

Color convert

RGB1345199-
CMYK00.620.260.47
HSL325.3º44.86%36.27%-
HSV(B)325.3º61.94%52.55%-
XYZ13.278.3412.71-
YUV81.29138165.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=47.18%
G=17.96%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134519900.620.260.47325.344.8636.27
Hex86336303E1A2F1452d24
Octal2066314307632575055544
Binary100001101100111100011011111011010101111101000101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863363; }

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

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

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

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

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

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

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

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