#862851

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

Shades of Rose Bud Cherry #862851

Tints of Rose Bud Cherry #862851

Color information

#862851 (or 0x862851) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 28 and 51. RGB value is (134,40,81). Sum of RGB (Red+Green+Blue) = 134+40+81=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #862851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862851 is #79D7AE. Grayscale: #484848. Windows color (decimal): -7985071 or 5318790. OLE color: 5318790.

HSL color Cylindrical-coordinate representation of color #862851: hue angle of 333.83º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862851 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1344081-
CMYK00.700.400.47
HSL333.83º54.02%34.12%-
HSV(B)333.83º70.15%52.55%-
XYZ12.087.188.53-
YUV72.78132.64171.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=52.55%
G=15.69%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134408100.700.400.47333.8354.0234.12
Hex862851046282F14e3622
Octal20650121010650575166642
Binary10000110101000101000101000110101000101111101001110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862851; }

 p { color: rgb(134,40,81); }

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

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

 a { background-color: rgb(134,40,81); }

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

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

 span { border-color: rgb(134,40,81); }

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