#863266

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

Shades of Rose Bud Cherry #863266

Tints of Rose Bud Cherry #863266

Color information

#863266 (or 0x863266) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 32 and 66. RGB value is (134,50,102). Sum of RGB (Red+Green+Blue) = 134+50+102=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #863266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863266 is #79CD99. Grayscale: #505050. Windows color (decimal): -7982490 or 6697606. OLE color: 6697606.

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

Color convert

RGB13450102-
CMYK00.630.240.47
HSL322.86º45.65%36.08%-
HSV(B)322.86º62.69%52.55%-
XYZ13.378.3113.47-
YUV81.04139.83165.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=46.85%
G=17.48%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345010200.630.240.47322.8645.6536.08
Hex86326603F182F1432e24
Octal2066214607730575035644
Binary100001101100101100110011111111000101111101000011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863266; }

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

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

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

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

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

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

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

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