#86225B

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

Shades of Rose Bud Cherry #86225B

Tints of Rose Bud Cherry #86225B

Color information

#86225B (or 0x86225B) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 22 and 5B. RGB value is (134,34,91). Sum of RGB (Red+Green+Blue) = 134+34+91=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86225B is #79DDA4. Grayscale: #464646. Windows color (decimal): -7986597 or 5972614. OLE color: 5972614.

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

Color convert

RGB1343491-
CMYK00.750.320.47
HSL325.8º59.52%32.94%-
HSV(B)325.8º74.63%52.55%-
XYZ12.296.9710.59-
YUV70.4139.63173.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=51.74%
G=13.13%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134349100.750.320.47325.859.5232.94
Hex86225B04B202F1463c21
Octal20642133011340575067441
Binary10000110100010101101101001011100000101111101000110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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