#861D4D

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

Shades of Rose Bud Cherry #861D4D

Tints of Rose Bud Cherry #861D4D

Color information

#861D4D (or 0x861D4D) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1D and 4D. RGB value is (134,29,77). Sum of RGB (Red+Green+Blue) = 134+29+77=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #861D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861D4D is #79E2B2. Grayscale: #414141. Windows color (decimal): -7987891 or 5053830. OLE color: 5053830.

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

Color convert

RGB1342977-
CMYK00.780.430.47
HSL332.57º64.42%31.96%-
HSV(B)332.57º78.36%52.55%-
XYZ11.616.487.66-
YUV65.87134.29176.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 29 (11.72% from 255) = 12.08%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=55.83%
G=12.08%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134297700.780.430.47332.5764.4231.96
Hex861D4D04E2B2F14d4020
Octal206351150116535751510040
Binary10000110111011001101010011101010111011111010011011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,29,77); }

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

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

 a { background-color: rgb(134,29,77); }

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

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

 span { border-color: rgb(134,29,77); }

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