#863C5E

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

Shades of Rose Bud Cherry #863C5E

Tints of Rose Bud Cherry #863C5E

Color information

#863C5E (or 0x863C5E) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 3C and 5E. RGB value is (134,60,94). Sum of RGB (Red+Green+Blue) = 134+60+94=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C5E is #79C3A1. Grayscale: #555555. Windows color (decimal): -7979938 or 6175878. OLE color: 6175878.

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

Color convert

RGB1346094-
CMYK00.550.300.47
HSL332.43º38.14%38.04%-
HSV(B)332.43º55.22%52.55%-
XYZ13.479.1111.64-
YUV86132.52162.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 60 (23.83% from 255) = 20.83%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=46.53%
G=20.83%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134609400.550.300.47332.4338.1438.04
Hex863C5E0371E2F14c2626
Octal2067413606736575144646
Binary100001101111001011110011011111110101111101001100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,60,94); }

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

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

 a { background-color: rgb(134,60,94); }

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

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

 span { border-color: rgb(134,60,94); }

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