#862957

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

Shades of Rose Bud Cherry #862957

Tints of Rose Bud Cherry #862957

Color information

#862957 (or 0x862957) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 29 and 57. RGB value is (134,41,87). Sum of RGB (Red+Green+Blue) = 134+41+87=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #862957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862957 is #79D6A8. Grayscale: #494949. Windows color (decimal): -7984809 or 5712262. OLE color: 5712262.

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

Color convert

RGB1344187-
CMYK00.690.350.47
HSL330.32º53.14%34.31%-
HSV(B)330.32º69.4%52.55%-
XYZ12.347.349.78-
YUV74.05135.31170.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.15%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 87 (34.38% from 255) = 33.21%
R=51.15%
G=15.65%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134418700.690.350.47330.3253.1434.31
Hex862957045232F14a3522
Octal20651127010543575126542
Binary10000110101001101011101000101100011101111101001010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862957; }

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

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

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

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

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

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

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

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