#86365E

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

Shades of Rose Bud Cherry #86365E

Tints of Rose Bud Cherry #86365E

Color information

#86365E (or 0x86365E) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 36 and 5E. RGB value is (134,54,94). Sum of RGB (Red+Green+Blue) = 134+54+94=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86365E is #79C9A1. Grayscale: #525252. Windows color (decimal): -7981474 or 6174342. OLE color: 6174342.

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

Color convert

RGB1345494-
CMYK00.600.300.47
HSL330º42.55%36.86%-
HSV(B)330º59.7%52.55%-
XYZ13.178.5111.54-
YUV82.48134.5164.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=47.52%
G=19.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134549400.600.300.4733042.5536.86
Hex86365E03C1E2F14a2b25
Octal2066613607436575125345
Binary100001101101101011110011110011110101111101001010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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