#861355

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

Shades of Rose Bud Cherry #861355

Tints of Rose Bud Cherry #861355

Color information

#861355 (or 0x861355) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 13 and 55. RGB value is (134,19,85). Sum of RGB (Red+Green+Blue) = 134+19+85=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #861355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861355 is #79ECAA. Grayscale: #3C3C3C. Windows color (decimal): -7990443 or 5575558. OLE color: 5575558.

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

Color convert

RGB1341985-
CMYK00.860.370.47
HSL325.57º75.16%30%-
HSV(B)325.57º85.82%52.55%-
XYZ11.76.199.17-
YUV60.91141.6180.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=56.30%
G=7.98%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134198500.860.370.47325.5775.1630
Hex861355056252F1464b1e
Octal206231250126455750611336
Binary1000011010011101010101010110100101101111101000110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861355; }

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

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

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

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

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

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

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

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