#861E53

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

Shades of Rose Bud Cherry #861E53

Tints of Rose Bud Cherry #861E53

Color information

#861E53 (or 0x861E53) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1E and 53. RGB value is (134,30,83). Sum of RGB (Red+Green+Blue) = 134+30+83=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #861E53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E53 is #79E1AC. Grayscale: #434343. Windows color (decimal): -7987629 or 5447302. OLE color: 5447302.

HSL color Cylindrical-coordinate representation of color #861E53: hue angle of 329.42º 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 #861E53 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1343083-
CMYK00.780.380.47
HSL329.42º63.41%32.16%-
HSV(B)329.42º77.61%52.55%-
XYZ11.866.628.84-
YUV67.14136.96175.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 30 (12.11% from 255) = 12.15%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=54.25%
G=12.15%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134308300.780.380.47329.4263.4132.16
Hex861E5304E262F1493f20
Octal20636123011646575117740
Binary1000011011110101001101001110100110101111101001001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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