#86255F

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

Shades of Rose Bud Cherry #86255F

Tints of Rose Bud Cherry #86255F

Color information

#86255F (or 0x86255F) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 25 and 5F. RGB value is (134,37,95). Sum of RGB (Red+Green+Blue) = 134+37+95=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86255F is #79DAA0. Grayscale: #484848. Windows color (decimal): -7985825 or 6235526. OLE color: 6235526.

HSL color Cylindrical-coordinate representation of color #86255F: hue angle of 324.12º 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 #86255F is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1343795-
CMYK00.720.290.47
HSL324.12º56.73%33.53%-
HSV(B)324.12º72.39%52.55%-
XYZ12.567.2211.56-
YUV72.61140.64171.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=50.38%
G=13.91%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134379500.720.290.47324.1256.7333.53
Hex86255F0481D2F1443922
Octal20645137011035575047142
Binary1000011010010110111110100100011101101111101000100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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