#86335F

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

Shades of Rose Bud Cherry #86335F

Tints of Rose Bud Cherry #86335F

Color information

#86335F (or 0x86335F) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 33 and 5F. RGB value is (134,51,95). Sum of RGB (Red+Green+Blue) = 134+51+95=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86335F is #79CCA0. Grayscale: #505050. Windows color (decimal): -7982241 or 6239110. OLE color: 6239110.

HSL color Cylindrical-coordinate representation of color #86335F: hue angle of 328.19º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86335F is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1345195-
CMYK00.620.290.47
HSL328.19º44.86%36.27%-
HSV(B)328.19º61.94%52.55%-
XYZ13.088.2611.73-
YUV80.83136165.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=47.86%
G=18.21%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134519500.620.290.47328.1944.8636.27
Hex86335F03E1D2F1482d24
Octal2066313707635575105544
Binary100001101100111011111011111011101101111101001000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86335F; }

 p { color: rgb(134,51,95); }

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

<style>
 a { background-color: #86335F; }

 a { background-color: rgb(134,51,95); }

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

<style>
 span { border-color: #86335F; }

 span { border-color: rgb(134,51,95); }

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