#861A55

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

Shades of Rose Bud Cherry #861A55

Tints of Rose Bud Cherry #861A55

Color information

#861A55 (or 0x861A55) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1A and 55. RGB value is (134,26,85). Sum of RGB (Red+Green+Blue) = 134+26+85=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #861A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861A55 is #79E5AA. Grayscale: #404040. Windows color (decimal): -7988651 or 5577350. OLE color: 5577350.

HSL color Cylindrical-coordinate representation of color #861A55: hue angle of 327.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A55 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1342685-
CMYK00.810.370.47
HSL327.22º67.5%31.37%-
HSV(B)327.22º80.6%52.55%-
XYZ11.846.469.22-
YUV65.02139.28177.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=54.69%
G=10.61%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134268500.810.370.47327.2267.531.37
Hex861A55051252F147441f
Octal206321250121455750710437
Binary1000011011010101010101010001100101101111101000111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861A55; }

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

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

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

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

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

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

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

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