#863353

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

Shades of Rose Bud Cherry #863353

Tints of Rose Bud Cherry #863353

Color information

#863353 (or 0x863353) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 33 and 53. RGB value is (134,51,83). Sum of RGB (Red+Green+Blue) = 134+51+83=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #863353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863353 is #79CCAC. Grayscale: #4F4F4F. Windows color (decimal): -7982253 or 5452678. OLE color: 5452678.

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

Color convert

RGB1345183-
CMYK00.620.380.47
HSL336.87º44.86%36.27%-
HSV(B)336.87º61.94%52.55%-
XYZ12.588.069.08-
YUV79.46130166.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=50%
G=19.03%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134518300.620.380.47336.8744.8636.27
Hex86335303E262F1512d24
Octal2066312307646575215544
Binary1000011011001110100110111110100110101111101010001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863353; }

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

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

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

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

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

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

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

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