#862055

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

Shades of Rose Bud Cherry #862055

Tints of Rose Bud Cherry #862055

Color information

#862055 (or 0x862055) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 20 and 55. RGB value is (134,32,85). Sum of RGB (Red+Green+Blue) = 134+32+85=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #862055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862055 is #79DFAA. Grayscale: #444444. Windows color (decimal): -7987115 or 5578886. OLE color: 5578886.

HSL color Cylindrical-coordinate representation of color #862055: hue angle of 328.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862055 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1343285-
CMYK00.760.370.47
HSL328.82º61.45%32.55%-
HSV(B)328.82º76.12%52.55%-
XYZ11.996.769.27-
YUV68.54137.29174.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=53.39%
G=12.75%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134328500.760.370.47328.8261.4532.55
Hex86205504C252F1493d21
Octal20640125011445575117541
Binary10000110100000101010101001100100101101111101001001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862055; }

 p { color: rgb(134,32,85); }

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

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

 a { background-color: rgb(134,32,85); }

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

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

 span { border-color: rgb(134,32,85); }

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