#863555

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

Shades of Rose Bud Cherry #863555

Tints of Rose Bud Cherry #863555

Color information

#863555 (or 0x863555) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 35 and 55. RGB value is (134,53,85). Sum of RGB (Red+Green+Blue) = 134+53+85=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #863555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863555 is #79CAAA. Grayscale: #505050. Windows color (decimal): -7981739 or 5584262. OLE color: 5584262.

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

Color convert

RGB1345385-
CMYK00.600.370.47
HSL336.3º43.32%36.67%-
HSV(B)336.3º60.45%52.55%-
XYZ12.748.279.52-
YUV80.87130.34165.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=49.26%
G=19.49%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134538500.600.370.47336.343.3236.67
Hex86355503C252F1502b25
Octal2066512507445575205345
Binary1000011011010110101010111100100101101111101010000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863555; }

 p { color: rgb(134,53,85); }

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

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

 a { background-color: rgb(134,53,85); }

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

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

 span { border-color: rgb(134,53,85); }

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