#86395E

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

Shades of Rose Bud Cherry #86395E

Tints of Rose Bud Cherry #86395E

Color information

#86395E (or 0x86395E) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 39 and 5E. RGB value is (134,57,94). Sum of RGB (Red+Green+Blue) = 134+57+94=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #86395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86395E is #79C6A1. Grayscale: #545454. Windows color (decimal): -7980706 or 6175110. OLE color: 6175110.

HSL color Cylindrical-coordinate representation of color #86395E: hue angle of 331.17º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86395E is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1345794-
CMYK00.570.300.47
HSL331.17º40.31%37.45%-
HSV(B)331.17º57.46%52.55%-
XYZ13.328.811.59-
YUV84.24133.51163.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=47.02%
G=20%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134579400.570.300.47331.1740.3137.45
Hex86395E0391E2F14b2825
Octal2067113607136575135045
Binary100001101110011011110011100111110101111101001011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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