#86355E

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

Shades of Rose Bud Cherry #86355E

Tints of Rose Bud Cherry #86355E

Color information

#86355E (or 0x86355E) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 35 and 5E. RGB value is (134,53,94). Sum of RGB (Red+Green+Blue) = 134+53+94=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86355E is #79CAA1. Grayscale: #515151. Windows color (decimal): -7981730 or 6174086. OLE color: 6174086.

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

Color convert

RGB1345394-
CMYK00.600.300.47
HSL329.63º43.32%36.67%-
HSV(B)329.63º60.45%52.55%-
XYZ13.138.4211.52-
YUV81.89134.84165.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=47.69%
G=18.86%
B=33.45%

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
Decimal134539400.600.300.47329.6343.3236.67
Hex86355E03C1E2F14a2b25
Octal2066513607436575125345
Binary100001101101011011110011110011110101111101001010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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