#863964

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

Shades of Rose Bud Cherry #863964

Tints of Rose Bud Cherry #863964

Color information

#863964 (or 0x863964) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 39 and 64. RGB value is (134,57,100). Sum of RGB (Red+Green+Blue) = 134+57+100=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #863964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863964 is #79C69B. Grayscale: #545454. Windows color (decimal): -7980700 or 6568326. OLE color: 6568326.

HSL color Cylindrical-coordinate representation of color #863964: hue angle of 326.49º 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 #863964 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13457100-
CMYK00.570.250.47
HSL326.49º40.31%37.45%-
HSV(B)326.49º57.46%52.55%-
XYZ13.598.9113.06-
YUV84.92136.51163-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 57 (22.66% from 255) = 19.59%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=46.05%
G=19.59%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345710000.570.250.47326.4940.3137.45
Hex863964039192F1462825
Octal2067114407131575065045
Binary100001101110011100100011100111001101111101000110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863964; }

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

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

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

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

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

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

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

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