#861357

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

Shades of Rose Bud Cherry #861357

Tints of Rose Bud Cherry #861357

Color information

#861357 (or 0x861357) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 13 and 57. RGB value is (134,19,87). Sum of RGB (Red+Green+Blue) = 134+19+87=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #861357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861357 is #79ECA8. Grayscale: #3C3C3C. Windows color (decimal): -7990441 or 5706630. OLE color: 5706630.

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

Color convert

RGB1341987-
CMYK00.860.350.47
HSL324.52º75.16%30%-
HSV(B)324.52º85.82%52.55%-
XYZ11.786.229.6-
YUV61.14142.6179.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 19 (7.81% from 255) = 7.92%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=55.83%
G=7.92%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134198700.860.350.47324.5275.1630
Hex861357056232F1454b1e
Octal206231270126435750511336
Binary1000011010011101011101010110100011101111101000101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861357; }

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

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

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

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

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

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

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

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