#86375B

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

Shades of Rose Bud Cherry #86375B

Tints of Rose Bud Cherry #86375B

Color information

#86375B (or 0x86375B) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 37 and 5B. RGB value is (134,55,91). Sum of RGB (Red+Green+Blue) = 134+55+91=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86375B is #79C8A4. Grayscale: #525252. Windows color (decimal): -7981221 or 5977990. OLE color: 5977990.

HSL color Cylindrical-coordinate representation of color #86375B: hue angle of 332.66º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86375B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1345591-
CMYK00.590.320.47
HSL332.66º41.8%37.06%-
HSV(B)332.66º58.96%52.55%-
XYZ13.098.5610.86-
YUV82.72132.67164.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 55 (21.88% from 255) = 19.64%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=47.86%
G=19.64%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134559100.590.320.47332.6641.837.06
Hex86375B03B202F14d2a25
Octal2066713307340575155245
Binary1000011011011110110110111011100000101111101001101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86375B; }

 p { color: rgb(134,55,91); }

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

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

 a { background-color: rgb(134,55,91); }

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

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

 span { border-color: rgb(134,55,91); }

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