#863A62

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

Shades of Rose Bud Cherry #863A62

Tints of Rose Bud Cherry #863A62

Color information

#863A62 (or 0x863A62) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 3A and 62. RGB value is (134,58,98). Sum of RGB (Red+Green+Blue) = 134+58+98=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #863A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A62 is #79C59D. Grayscale: #555555. Windows color (decimal): -7980446 or 6437510. OLE color: 6437510.

HSL color Cylindrical-coordinate representation of color #863A62: hue angle of 328.42º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A62 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1345898-
CMYK00.570.270.47
HSL328.42º39.58%37.65%-
HSV(B)328.42º56.72%52.55%-
XYZ13.558.9812.57-
YUV85.28135.18162.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 58 (23.05% from 255) = 20%
BLUE value IS 98 (38.67% from 255) = 33.79%
R=46.21%
G=20%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134589800.570.270.47328.4239.5837.65
Hex863A620391B2F1482826
Octal2067214207133575105046
Binary100001101110101100010011100111011101111101001000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863A62; }

 p { color: rgb(134,58,98); }

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

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

 a { background-color: rgb(134,58,98); }

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

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

 span { border-color: rgb(134,58,98); }

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