#861E54

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

Shades of Rose Bud Cherry #861E54

Tints of Rose Bud Cherry #861E54

Color information

#861E54 (or 0x861E54) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1E and 54. RGB value is (134,30,84). Sum of RGB (Red+Green+Blue) = 134+30+84=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #861E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E54 is #79E1AB. Grayscale: #434343. Windows color (decimal): -7987628 or 5512838. OLE color: 5512838.

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

Color convert

RGB1343084-
CMYK00.780.370.47
HSL328.85º63.41%32.16%-
HSV(B)328.85º77.61%52.55%-
XYZ11.96.649.04-
YUV67.25137.46175.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.03%
GREEN value IS 30 (12.11% from 255) = 12.10%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=54.03%
G=12.10%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134308400.780.370.47328.8563.4132.16
Hex861E5404E252F1493f20
Octal20636124011645575117740
Binary1000011011110101010001001110100101101111101001001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,30,84); }

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

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

 a { background-color: rgb(134,30,84); }

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

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

 span { border-color: rgb(134,30,84); }

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