#863263

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

Shades of Rose Bud Cherry #863263

Tints of Rose Bud Cherry #863263

Color information

#863263 (or 0x863263) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 32 and 63. RGB value is (134,50,99). Sum of RGB (Red+Green+Blue) = 134+50+99=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #863263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863263 is #79CD9C. Grayscale: #505050. Windows color (decimal): -7982493 or 6500998. OLE color: 6500998.

HSL color Cylindrical-coordinate representation of color #863263: hue angle of 325º 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 #863263 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB1345099-
CMYK00.630.260.47
HSL325º45.65%36.08%-
HSV(B)325º62.69%52.55%-
XYZ13.228.2512.7-
YUV80.7138.33166.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=47.35%
G=17.67%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134509900.630.260.4732545.6536.08
Hex86326303F1A2F1452e24
Octal2066214307732575055644
Binary100001101100101100011011111111010101111101000101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863263; }

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

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

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

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

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

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

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

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