#863D5D

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

Shades of Rose Bud Cherry #863D5D

Tints of Rose Bud Cherry #863D5D

Color information

#863D5D (or 0x863D5D) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 3D and 5D. RGB value is (134,61,93). Sum of RGB (Red+Green+Blue) = 134+61+93=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D5D is #79C2A2. Grayscale: #565656. Windows color (decimal): -7979683 or 6110598. OLE color: 6110598.

HSL color Cylindrical-coordinate representation of color #863D5D: hue angle of 333.7º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863D5D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1346193-
CMYK00.540.310.47
HSL333.7º37.44%38.24%-
HSV(B)333.7º54.48%52.55%-
XYZ13.489.211.42-
YUV86.48131.68161.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=46.53%
G=21.18%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134619300.540.310.47333.737.4438.24
Hex863D5D0361F2F14e2526
Octal2067513506637575164546
Binary100001101111011011101011011011111101111101001110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863D5D; }

 p { color: rgb(134,61,93); }

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

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

 a { background-color: rgb(134,61,93); }

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

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

 span { border-color: rgb(134,61,93); }

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