#86224E

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

Shades of Rose Bud Cherry #86224E

Tints of Rose Bud Cherry #86224E

Color information

#86224E (or 0x86224E) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 22 and 4E. RGB value is (134,34,78). Sum of RGB (Red+Green+Blue) = 134+34+78=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86224E is #79DDB1. Grayscale: #444444. Windows color (decimal): -7986610 or 5120646. OLE color: 5120646.

HSL color Cylindrical-coordinate representation of color #86224E: hue angle of 333.6º 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 #86224E is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1343478-
CMYK00.750.420.47
HSL333.6º59.52%32.94%-
HSV(B)333.6º74.63%52.55%-
XYZ11.786.767.89-
YUV68.92133.13174.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=54.47%
G=13.82%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134347800.750.420.47333.659.5232.94
Hex86224E04B2A2F14e3c21
Octal20642116011352575167441
Binary10000110100010100111001001011101010101111101001110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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