#86385F

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

Shades of Rose Bud Cherry #86385F

Tints of Rose Bud Cherry #86385F

Color information

#86385F (or 0x86385F) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 38 and 5F. RGB value is (134,56,95). Sum of RGB (Red+Green+Blue) = 134+56+95=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #86385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86385F is #79C7A0. Grayscale: #535353. Windows color (decimal): -7980961 or 6240390. OLE color: 6240390.

HSL color Cylindrical-coordinate representation of color #86385F: hue angle of 330º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86385F is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1345695-
CMYK00.580.290.47
HSL330º41.05%37.25%-
HSV(B)330º58.21%52.55%-
XYZ13.318.7211.81-
YUV83.77134.34163.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=47.02%
G=19.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134569500.580.290.4733041.0537.25
Hex86385F03A1D2F14a2925
Octal2067013707235575125145
Binary100001101110001011111011101011101101111101001010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86385F; }

 p { color: rgb(134,56,95); }

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

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

 a { background-color: rgb(134,56,95); }

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

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

 span { border-color: rgb(134,56,95); }

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