#863961

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

Shades of Rose Bud Cherry #863961

Tints of Rose Bud Cherry #863961

Color information

#863961 (or 0x863961) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 39 and 61. RGB value is (134,57,97). Sum of RGB (Red+Green+Blue) = 134+57+97=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #863961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863961 is #79C69E. Grayscale: #545454. Windows color (decimal): -7980703 or 6371718. OLE color: 6371718.

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

Color convert

RGB1345797-
CMYK00.570.280.47
HSL328.83º40.31%37.45%-
HSV(B)328.83º57.46%52.55%-
XYZ13.458.8612.31-
YUV84.58135.01163.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=46.53%
G=19.79%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134579700.570.280.47328.8340.3137.45
Hex8639610391C2F1492825
Octal2067114107134575115045
Binary100001101110011100001011100111100101111101001001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863961; }

 p { color: rgb(134,57,97); }

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

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

 a { background-color: rgb(134,57,97); }

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

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

 span { border-color: rgb(134,57,97); }

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