#86365C

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

Shades of Rose Bud Cherry #86365C

Tints of Rose Bud Cherry #86365C

Color information

#86365C (or 0x86365C) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 36 and 5C. RGB value is (134,54,92). Sum of RGB (Red+Green+Blue) = 134+54+92=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86365C is #79C9A3. Grayscale: #525252. Windows color (decimal): -7981476 or 6043270. OLE color: 6043270.

HSL color Cylindrical-coordinate representation of color #86365C: hue angle of 331.5º 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 #86365C is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1345492-
CMYK00.600.310.47
HSL331.5º42.55%36.86%-
HSV(B)331.5º59.7%52.55%-
XYZ13.088.4811.07-
YUV82.25133.5164.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=47.86%
G=19.29%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134549200.600.310.47331.542.5536.86
Hex86365C03C1F2F14c2b25
Octal2066613407437575145345
Binary100001101101101011100011110011111101111101001100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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