#861356

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

Shades of Rose Bud Cherry #861356

Tints of Rose Bud Cherry #861356

Color information

#861356 (or 0x861356) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 13 and 56. RGB value is (134,19,86). Sum of RGB (Red+Green+Blue) = 134+19+86=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #861356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861356 is #79ECA9. Grayscale: #3C3C3C. Windows color (decimal): -7990442 or 5641094. OLE color: 5641094.

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

Color convert

RGB1341986-
CMYK00.860.360.47
HSL325.04º75.16%30%-
HSV(B)325.04º85.82%52.55%-
XYZ11.746.219.38-
YUV61.02142.1180.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=56.07%
G=7.95%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134198600.860.360.47325.0475.1630
Hex861356056242F1454b1e
Octal206231260126445750511336
Binary1000011010011101011001010110100100101111101000101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861356; }

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

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

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

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

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

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

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

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