#863457

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

Shades of Rose Bud Cherry #863457

Tints of Rose Bud Cherry #863457

Color information

#863457 (or 0x863457) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 34 and 57. RGB value is (134,52,87). Sum of RGB (Red+Green+Blue) = 134+52+87=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #863457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863457 is #79CBA8. Grayscale: #505050. Windows color (decimal): -7981993 or 5715078. OLE color: 5715078.

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

Color convert

RGB1345287-
CMYK00.610.350.47
HSL334.39º44.09%36.47%-
HSV(B)334.39º61.19%52.55%-
XYZ12.788.219.93-
YUV80.51131.67166.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=49.08%
G=19.05%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134528700.610.350.47334.3944.0936.47
Hex86345703D232F14e2c24
Octal2066412707543575165444
Binary1000011011010010101110111101100011101111101001110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863457; }

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

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

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

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

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

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

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

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