#86365B

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

Shades of Rose Bud Cherry #86365B

Tints of Rose Bud Cherry #86365B

Color information

#86365B (or 0x86365B) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 36 and 5B. RGB value is (134,54,91). Sum of RGB (Red+Green+Blue) = 134+54+91=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86365B is #79C9A4. Grayscale: #525252. Windows color (decimal): -7981477 or 5977734. OLE color: 5977734.

HSL color Cylindrical-coordinate representation of color #86365B: hue angle of 332.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86365B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1345491-
CMYK00.600.320.47
HSL332.25º42.55%36.86%-
HSV(B)332.25º59.7%52.55%-
XYZ13.048.4610.84-
YUV82.14133164.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=48.03%
G=19.35%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134549100.600.320.47332.2542.5536.86
Hex86365B03C202F14c2b25
Octal2066613307440575145345
Binary1000011011011010110110111100100000101111101001100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86365B; }

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

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

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

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

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

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

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

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