#862256

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

Shades of Rose Bud Cherry #862256

Tints of Rose Bud Cherry #862256

Color information

#862256 (or 0x862256) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 22 and 56. RGB value is (134,34,86). Sum of RGB (Red+Green+Blue) = 134+34+86=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #862256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862256 is #79DDA9. Grayscale: #454545. Windows color (decimal): -7986602 or 5644934. OLE color: 5644934.

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

Color convert

RGB1343486-
CMYK00.750.360.47
HSL328.8º59.52%32.94%-
HSV(B)328.8º74.63%52.55%-
XYZ12.086.889.5-
YUV69.83137.13173.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=52.76%
G=13.39%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134348600.750.360.47328.859.5232.94
Hex86225604B242F1493c21
Octal20642126011344575117441
Binary10000110100010101011001001011100100101111101001001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862256; }

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

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

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

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

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

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

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

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