#86325D

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

Shades of Rose Bud Cherry #86325D

Tints of Rose Bud Cherry #86325D

Color information

#86325D (or 0x86325D) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 32 and 5D. RGB value is (134,50,93). Sum of RGB (Red+Green+Blue) = 134+50+93=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86325D is #79CDA2. Grayscale: #4F4F4F. Windows color (decimal): -7982499 or 6107782. OLE color: 6107782.

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

Color convert

RGB1345093-
CMYK00.630.310.47
HSL329.29º45.65%36.08%-
HSV(B)329.29º62.69%52.55%-
XYZ12.958.1411.24-
YUV80.02135.33166.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=48.38%
G=18.05%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134509300.630.310.47329.2945.6536.08
Hex86325D03F1F2F1492e24
Octal2066213507737575115644
Binary100001101100101011101011111111111101111101001001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86325D; }

 p { color: rgb(134,50,93); }

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

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

 a { background-color: rgb(134,50,93); }

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

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

 span { border-color: rgb(134,50,93); }

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