#863163

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

Shades of Rose Bud Cherry #863163

Tints of Rose Bud Cherry #863163

Color information

#863163 (or 0x863163) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 31 and 63. RGB value is (134,49,99). Sum of RGB (Red+Green+Blue) = 134+49+99=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #863163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863163 is #79CE9C. Grayscale: #505050. Windows color (decimal): -7982749 or 6500742. OLE color: 6500742.

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

Color convert

RGB1344999-
CMYK00.630.260.47
HSL324.71º46.45%35.88%-
HSV(B)324.71º63.43%52.55%-
XYZ13.188.1712.69-
YUV80.11138.66166.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=47.52%
G=17.38%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134499900.630.260.47324.7146.4535.88
Hex86316303F1A2F1452e24
Octal2066114307732575055644
Binary100001101100011100011011111111010101111101000101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863163; }

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

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

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

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

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

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

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

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