#871A4E

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

Shades of Rose Bud Cherry #871A4E

Tints of Rose Bud Cherry #871A4E

Color information

#871A4E (or 0x871A4E) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1A and 4E. RGB value is (135,26,78). Sum of RGB (Red+Green+Blue) = 135+26+78=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #871A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871A4E is #78E5B1. Grayscale: #404040. Windows color (decimal): -7923122 or 5118599. OLE color: 5118599.

HSL color Cylindrical-coordinate representation of color #871A4E: hue angle of 331.38º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871A4E is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1352678-
CMYK00.810.420.47
HSL331.38º67.7%31.57%-
HSV(B)331.38º80.74%52.94%-
XYZ11.746.447.83-
YUV64.52135.61178.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=56.49%
G=10.88%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135267800.810.420.47331.3867.731.57
Hex871A4E0512A2F14b4420
Octal207321160121525751310440
Binary10000111110101001110010100011010101011111010010111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871A4E; }

 p { color: rgb(135,26,78); }

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

<style>
 a { background-color: #871A4E; }

 a { background-color: rgb(135,26,78); }

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

<style>
 span { border-color: #871A4E; }

 span { border-color: rgb(135,26,78); }

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