#86255E

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

Shades of Rose Bud Cherry #86255E

Tints of Rose Bud Cherry #86255E

Color information

#86255E (or 0x86255E) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 25 and 5E. RGB value is (134,37,94). Sum of RGB (Red+Green+Blue) = 134+37+94=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86255E is #79DAA1. Grayscale: #484848. Windows color (decimal): -7985826 or 6169990. OLE color: 6169990.

HSL color Cylindrical-coordinate representation of color #86255E: hue angle of 324.74º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86255E is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1343794-
CMYK00.720.300.47
HSL324.74º56.73%33.53%-
HSV(B)324.74º72.39%52.55%-
XYZ12.517.211.32-
YUV72.5140.14171.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 94 (37.11% from 255) = 35.47%
R=50.57%
G=13.96%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134379400.720.300.47324.7456.7333.53
Hex86255E0481E2F1453922
Octal20645136011036575057142
Binary1000011010010110111100100100011110101111101000101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86255E; }

 p { color: rgb(134,37,94); }

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

<style>
 a { background-color: #86255E; }

 a { background-color: rgb(134,37,94); }

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

<style>
 span { border-color: #86255E; }

 span { border-color: rgb(134,37,94); }

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