#863158

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

Shades of Rose Bud Cherry #863158

Tints of Rose Bud Cherry #863158

Color information

#863158 (or 0x863158) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 31 and 58. RGB value is (134,49,88). Sum of RGB (Red+Green+Blue) = 134+49+88=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #863158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863158 is #79CEA7. Grayscale: #4E4E4E. Windows color (decimal): -7982760 or 5779846. OLE color: 5779846.

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

Color convert

RGB1344988-
CMYK00.630.340.47
HSL332.47º46.45%35.88%-
HSV(B)332.47º63.43%52.55%-
XYZ12.697.9710.1-
YUV78.86133.16167.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=49.45%
G=18.08%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134498800.630.340.47332.4746.4535.88
Hex86315803F222F14c2e24
Octal2066113007742575145644
Binary1000011011000110110000111111100010101111101001100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863158; }

 p { color: rgb(134,49,88); }

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

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

 a { background-color: rgb(134,49,88); }

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

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

 span { border-color: rgb(134,49,88); }

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