#86385B

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

Shades of Rose Bud Cherry #86385B

Tints of Rose Bud Cherry #86385B

Color information

#86385B (or 0x86385B) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 38 and 5B. RGB value is (134,56,91). Sum of RGB (Red+Green+Blue) = 134+56+91=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86385B is #79C7A4. Grayscale: #535353. Windows color (decimal): -7980965 or 5978246. OLE color: 5978246.

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

Color convert

RGB1345691-
CMYK00.580.320.47
HSL333.08º41.05%37.25%-
HSV(B)333.08º58.21%52.55%-
XYZ13.138.6510.88-
YUV83.31132.34164.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=47.69%
G=19.93%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134569100.580.320.47333.0841.0537.25
Hex86385B03A202F14d2925
Octal2067013307240575155145
Binary1000011011100010110110111010100000101111101001101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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