#863364

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

Shades of Rose Bud Cherry #863364

Tints of Rose Bud Cherry #863364

Color information

#863364 (or 0x863364) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 33 and 64. RGB value is (134,51,100). Sum of RGB (Red+Green+Blue) = 134+51+100=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #863364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863364 is #79CC9B. Grayscale: #515151. Windows color (decimal): -7982236 or 6566790. OLE color: 6566790.

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

Color convert

RGB13451100-
CMYK00.620.250.47
HSL324.58º44.86%36.27%-
HSV(B)324.58º61.94%52.55%-
XYZ13.328.3612.97-
YUV81.4138.5165.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=47.02%
G=17.89%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345110000.620.250.47324.5844.8636.27
Hex86336403E192F1452d24
Octal2066314407631575055544
Binary100001101100111100100011111011001101111101000101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863364; }

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

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

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

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

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

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

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

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