#861E4F

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

Shades of Rose Bud Cherry #861E4F

Tints of Rose Bud Cherry #861E4F

Color information

#861E4F (or 0x861E4F) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1E and 4F. RGB value is (134,30,79). Sum of RGB (Red+Green+Blue) = 134+30+79=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #861E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E4F is #79E1B0. Grayscale: #424242. Windows color (decimal): -7987633 or 5185158. OLE color: 5185158.

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

Color convert

RGB1343079-
CMYK00.780.410.47
HSL331.73º63.41%32.16%-
HSV(B)331.73º77.61%52.55%-
XYZ11.716.568.05-
YUV66.68134.96176.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 30 (12.11% from 255) = 12.35%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=55.14%
G=12.35%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134307900.780.410.47331.7363.4132.16
Hex861E4F04E292F14c3f20
Octal20636117011651575147740
Binary1000011011110100111101001110101001101111101001100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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