#863756

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

Shades of Rose Bud Cherry #863756

Tints of Rose Bud Cherry #863756

Color information

#863756 (or 0x863756) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 37 and 56. RGB value is (134,55,86). Sum of RGB (Red+Green+Blue) = 134+55+86=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #863756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863756 is #79C8A9. Grayscale: #525252. Windows color (decimal): -7981226 or 5650310. OLE color: 5650310.

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

Color convert

RGB1345586-
CMYK00.590.360.47
HSL336.46º41.8%37.06%-
HSV(B)336.46º58.96%52.55%-
XYZ12.888.479.76-
YUV82.16130.17164.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=48.73%
G=20%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134558600.590.360.47336.4641.837.06
Hex86375603B242F1502a25
Octal2066712607344575205245
Binary1000011011011110101100111011100100101111101010000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863756; }

 p { color: rgb(134,55,86); }

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

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

 a { background-color: rgb(134,55,86); }

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

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

 span { border-color: rgb(134,55,86); }

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