#863866

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

Shades of Rose Bud Cherry #863866

Tints of Rose Bud Cherry #863866

Color information

#863866 (or 0x863866) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 38 and 66. RGB value is (134,56,102). Sum of RGB (Red+Green+Blue) = 134+56+102=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #863866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863866 is #79C799. Grayscale: #545454. Windows color (decimal): -7980954 or 6699142. OLE color: 6699142.

HSL color Cylindrical-coordinate representation of color #863866: hue angle of 324.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863866 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13456102-
CMYK00.580.240.47
HSL324.62º41.05%37.25%-
HSV(B)324.62º58.21%52.55%-
XYZ13.648.8613.56-
YUV84.57137.84163.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.89%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=45.89%
G=19.18%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345610200.580.240.47324.6241.0537.25
Hex86386603A182F1452925
Octal2067014607230575055145
Binary100001101110001100110011101011000101111101000101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863866; }

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

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

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

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

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

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

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

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