#86355B

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

Shades of Rose Bud Cherry #86355B

Tints of Rose Bud Cherry #86355B

Color information

#86355B (or 0x86355B) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 35 and 5B. RGB value is (134,53,91). Sum of RGB (Red+Green+Blue) = 134+53+91=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86355B is #79CAA4. Grayscale: #515151. Windows color (decimal): -7981733 or 5977478. OLE color: 5977478.

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

Color convert

RGB1345391-
CMYK00.600.320.47
HSL331.85º43.32%36.67%-
HSV(B)331.85º60.45%52.55%-
XYZ12.998.3710.83-
YUV81.55133.34165.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=48.20%
G=19.06%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134539100.600.320.47331.8543.3236.67
Hex86355B03C202F14c2b25
Octal2066513307440575145345
Binary1000011011010110110110111100100000101111101001100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86355B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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