#86205A

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

Shades of Rose Bud Cherry #86205A

Tints of Rose Bud Cherry #86205A

Color information

#86205A (or 0x86205A) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 20 and 5A. RGB value is (134,32,90). Sum of RGB (Red+Green+Blue) = 134+32+90=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #86205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86205A is #79DFA5. Grayscale: #444444. Windows color (decimal): -7987110 or 5906566. OLE color: 5906566.

HSL color Cylindrical-coordinate representation of color #86205A: hue angle of 325.88º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86205A is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1343290-
CMYK00.760.330.47
HSL325.88º61.45%32.55%-
HSV(B)325.88º76.12%52.55%-
XYZ12.196.8410.35-
YUV69.11139.79174.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=52.34%
G=12.5%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134329000.760.330.47325.8861.4532.55
Hex86205A04C212F1463d21
Octal20640132011441575067541
Binary10000110100000101101001001100100001101111101000110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86205A; }

 p { color: rgb(134,32,90); }

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

<style>
 a { background-color: #86205A; }

 a { background-color: rgb(134,32,90); }

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

<style>
 span { border-color: #86205A; }

 span { border-color: rgb(134,32,90); }

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