#86315E

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

Shades of Rose Bud Cherry #86315E

Tints of Rose Bud Cherry #86315E

Color information

#86315E (or 0x86315E) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 31 and 5E. RGB value is (134,49,94). Sum of RGB (Red+Green+Blue) = 134+49+94=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86315E is #79CEA1. Grayscale: #4F4F4F. Windows color (decimal): -7982754 or 6173062. OLE color: 6173062.

HSL color Cylindrical-coordinate representation of color #86315E: hue angle of 328.24º 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 #86315E is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1344994-
CMYK00.630.300.47
HSL328.24º46.45%35.88%-
HSV(B)328.24º63.43%52.55%-
XYZ12.958.0711.47-
YUV79.54136.16166.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=48.38%
G=17.69%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134499400.630.300.47328.2446.4535.88
Hex86315E03F1E2F1482e24
Octal2066113607736575105644
Binary100001101100011011110011111111110101111101001000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86315E; }

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

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

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

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

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

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

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

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