#861B4F

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

Shades of Rose Bud Cherry #861B4F

Tints of Rose Bud Cherry #861B4F

Color information

#861B4F (or 0x861B4F) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 1B and 4F. RGB value is (134,27,79). Sum of RGB (Red+Green+Blue) = 134+27+79=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #861B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861B4F is #79E4B0. Grayscale: #404040. Windows color (decimal): -7988401 or 5184390. OLE color: 5184390.

HSL color Cylindrical-coordinate representation of color #861B4F: hue angle of 330.84º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B4F is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1342779-
CMYK00.800.410.47
HSL330.84º66.46%31.57%-
HSV(B)330.84º79.85%52.55%-
XYZ11.636.428.02-
YUV64.92135.95177.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=55.83%
G=11.25%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134277900.800.410.47330.8466.4631.57
Hex861B4F050292F14b4220
Octal206331170120515751310240
Binary10000110110111001111010100001010011011111010010111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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