#86265F

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

Shades of Rose Bud Cherry #86265F

Tints of Rose Bud Cherry #86265F

Color information

#86265F (or 0x86265F) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 26 and 5F. RGB value is (134,38,95). Sum of RGB (Red+Green+Blue) = 134+38+95=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86265F is #79D9A0. Grayscale: #494949. Windows color (decimal): -7985569 or 6235782. OLE color: 6235782.

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

Color convert

RGB1343895-
CMYK00.720.290.47
HSL324.38º55.81%33.73%-
HSV(B)324.38º71.64%52.55%-
XYZ12.597.2811.57-
YUV73.2140.3171.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=50.19%
G=14.23%
B=35.58%

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
Decimal134389500.720.290.47324.3855.8133.73
Hex86265F0481D2F1443822
Octal20646137011035575047042
Binary1000011010011010111110100100011101101111101000100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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