#86325A

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

Shades of Rose Bud Cherry #86325A

Tints of Rose Bud Cherry #86325A

Color information

#86325A (or 0x86325A) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 32 and 5A. RGB value is (134,50,90). Sum of RGB (Red+Green+Blue) = 134+50+90=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #86325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86325A is #79CDA5. Grayscale: #4F4F4F. Windows color (decimal): -7982502 or 5911174. OLE color: 5911174.

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

Color convert

RGB1345090-
CMYK00.630.330.47
HSL331.43º45.65%36.08%-
HSV(B)331.43º62.69%52.55%-
XYZ12.828.0910.56-
YUV79.68133.83166.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=48.91%
G=18.25%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134509000.630.330.47331.4345.6536.08
Hex86325A03F212F14b2e24
Octal2066213207741575135644
Binary1000011011001010110100111111100001101111101001011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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