#863B5B

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

Shades of Rose Bud Cherry #863B5B

Tints of Rose Bud Cherry #863B5B

Color information

#863B5B (or 0x863B5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 3B and 5B. RGB value is (134,59,91). Sum of RGB (Red+Green+Blue) = 134+59+91=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #863B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B5B is #79C4A4. Grayscale: #555555. Windows color (decimal): -7980197 or 5979014. OLE color: 5979014.

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

Color convert

RGB1345991-
CMYK00.560.320.47
HSL334.4º38.86%37.84%-
HSV(B)334.4º55.97%52.55%-
XYZ13.288.9510.93-
YUV85.07131.35162.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 59 (23.44% from 255) = 20.77%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=47.18%
G=20.77%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134599100.560.320.47334.438.8637.84
Hex863B5B038202F14e2726
Octal2067313307040575164746
Binary1000011011101110110110111000100000101111101001110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,59,91); }

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

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

 a { background-color: rgb(134,59,91); }

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

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

 span { border-color: rgb(134,59,91); }

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