#862951

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

Shades of Rose Bud Cherry #862951

Tints of Rose Bud Cherry #862951

Color information

#862951 (or 0x862951) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 29 and 51. RGB value is (134,41,81). Sum of RGB (Red+Green+Blue) = 134+41+81=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #862951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862951 is #79D6AE. Grayscale: #494949. Windows color (decimal): -7984815 or 5319046. OLE color: 5319046.

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

Color convert

RGB1344181-
CMYK00.690.400.47
HSL334.19º53.14%34.31%-
HSV(B)334.19º69.4%52.55%-
XYZ12.117.258.55-
YUV73.37132.31171.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 81 (32.03% from 255) = 31.64%
R=52.34%
G=16.02%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134418100.690.400.47334.1953.1434.31
Hex862951045282F14e3522
Octal20651121010550575166542
Binary10000110101001101000101000101101000101111101001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862951; }

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

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

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

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

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

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

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

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