#86395D

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

Shades of Rose Bud Cherry #86395D

Tints of Rose Bud Cherry #86395D

Color information

#86395D (or 0x86395D) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 39 and 5D. RGB value is (134,57,93). Sum of RGB (Red+Green+Blue) = 134+57+93=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #86395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86395D is #79C6A2. Grayscale: #545454. Windows color (decimal): -7980707 or 6109574. OLE color: 6109574.

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

Color convert

RGB1345793-
CMYK00.570.310.47
HSL331.95º40.31%37.45%-
HSV(B)331.95º57.46%52.55%-
XYZ13.278.7811.35-
YUV84.13133.01163.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=47.18%
G=20.07%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134579300.570.310.47331.9540.3137.45
Hex86395D0391F2F14c2825
Octal2067113507137575145045
Binary100001101110011011101011100111111101111101001100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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