#862853

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

Shades of Rose Bud Cherry #862853

Tints of Rose Bud Cherry #862853

Color information

#862853 (or 0x862853) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 28 and 53. RGB value is (134,40,83). Sum of RGB (Red+Green+Blue) = 134+40+83=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #862853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862853 is #79D7AC. Grayscale: #484848. Windows color (decimal): -7985069 or 5449862. OLE color: 5449862.

HSL color Cylindrical-coordinate representation of color #862853: hue angle of 332.55º 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 #862853 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1344083-
CMYK00.700.380.47
HSL332.55º54.02%34.12%-
HSV(B)332.55º70.15%52.55%-
XYZ12.157.218.93-
YUV73.01133.64171.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=52.14%
G=15.56%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134408300.700.380.47332.5554.0234.12
Hex862853046262F14d3622
Octal20650123010646575156642
Binary10000110101000101001101000110100110101111101001101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862853; }

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

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

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

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

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

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

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

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