#86395B

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

Shades of Rose Bud Cherry #86395B

Tints of Rose Bud Cherry #86395B

Color information

#86395B (or 0x86395B) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 39 and 5B. RGB value is (134,57,91). Sum of RGB (Red+Green+Blue) = 134+57+91=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86395B is #79C6A4. Grayscale: #535353. Windows color (decimal): -7980709 or 5978502. OLE color: 5978502.

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

Color convert

RGB1345791-
CMYK00.570.320.47
HSL333.51º40.31%37.45%-
HSV(B)333.51º57.46%52.55%-
XYZ13.188.7510.89-
YUV83.9132.01163.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=47.52%
G=20.21%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134579100.570.320.47333.5140.3137.45
Hex86395B039202F14e2825
Octal2067113307140575165045
Binary1000011011100110110110111001100000101111101001110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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