#86185B

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

Shades of Rose Bud Cherry #86185B

Tints of Rose Bud Cherry #86185B

Color information

#86185B (or 0x86185B) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 18 and 5B. RGB value is (134,24,91). Sum of RGB (Red+Green+Blue) = 134+24+91=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86185B is #79E7A4. Grayscale: #404040. Windows color (decimal): -7989157 or 5970054. OLE color: 5970054.

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

Color convert

RGB1342491-
CMYK00.820.320.47
HSL323.45º69.62%30.98%-
HSV(B)323.45º82.09%52.55%-
XYZ12.056.4810.51-
YUV64.53142.94177.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=53.82%
G=9.64%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134249100.820.320.47323.4569.6230.98
Hex86185B052202F143461f
Octal206301330122405750310637
Binary1000011011000101101101010010100000101111101000011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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