#863260

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

Shades of Rose Bud Cherry #863260

Tints of Rose Bud Cherry #863260

Color information

#863260 (or 0x863260) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 32 and 60. RGB value is (134,50,96). Sum of RGB (Red+Green+Blue) = 134+50+96=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #863260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863260 is #79CD9F. Grayscale: #505050. Windows color (decimal): -7982496 or 6304390. OLE color: 6304390.

HSL color Cylindrical-coordinate representation of color #863260: hue angle of 327.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863260 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1345096-
CMYK00.630.280.47
HSL327.14º45.65%36.08%-
HSV(B)327.14º62.69%52.55%-
XYZ13.088.1911.96-
YUV80.36136.83166.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=47.86%
G=17.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134509600.630.280.47327.1445.6536.08
Hex86326003F1C2F1472e24
Octal2066214007734575075644
Binary100001101100101100000011111111100101111101000111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863260; }

 p { color: rgb(134,50,96); }

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

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

 a { background-color: rgb(134,50,96); }

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

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

 span { border-color: rgb(134,50,96); }

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