#86375D

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

Shades of Rose Bud Cherry #86375D

Tints of Rose Bud Cherry #86375D

Color information

#86375D (or 0x86375D) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 37 and 5D. RGB value is (134,55,93). Sum of RGB (Red+Green+Blue) = 134+55+93=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86375D is #79C8A2. Grayscale: #525252. Windows color (decimal): -7981219 or 6109062. OLE color: 6109062.

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

Color convert

RGB1345593-
CMYK00.590.310.47
HSL331.14º41.8%37.06%-
HSV(B)331.14º58.96%52.55%-
XYZ13.178.5911.32-
YUV82.95133.67164.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 55 (21.88% from 255) = 19.50%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=47.52%
G=19.50%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134559300.590.310.47331.1441.837.06
Hex86375D03B1F2F14b2a25
Octal2066713507337575135245
Binary100001101101111011101011101111111101111101001011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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