#86345B

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

Shades of Rose Bud Cherry #86345B

Tints of Rose Bud Cherry #86345B

Color information

#86345B (or 0x86345B) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 34 and 5B. RGB value is (134,52,91). Sum of RGB (Red+Green+Blue) = 134+52+91=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86345B is #79CBA4. Grayscale: #505050. Windows color (decimal): -7981989 or 5977222. OLE color: 5977222.

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

Color convert

RGB1345291-
CMYK00.610.320.47
HSL331.46º44.09%36.47%-
HSV(B)331.46º61.19%52.55%-
XYZ12.958.2810.81-
YUV80.96133.67165.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.38%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=48.38%
G=18.77%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134529100.610.320.47331.4644.0936.47
Hex86345B03D202F14b2c24
Octal2066413307540575135444
Binary1000011011010010110110111101100000101111101001011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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