#871D4D

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

Shades of Rose Bud Cherry #871D4D

Tints of Rose Bud Cherry #871D4D

Color information

#871D4D (or 0x871D4D) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1D and 4D. RGB value is (135,29,77). Sum of RGB (Red+Green+Blue) = 135+29+77=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 29 (11.72% from 255 or 12.03% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #871D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871D4D is #78E2B2. Grayscale: #424242. Windows color (decimal): -7922355 or 5053831. OLE color: 5053831.

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

Color convert

RGB1352977-
CMYK00.790.430.47
HSL332.83º64.63%32.16%-
HSV(B)332.83º78.52%52.94%-
XYZ11.776.577.67-
YUV66.17134.12177.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 29 (11.72% from 255) = 12.03%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=56.02%
G=12.03%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135297700.790.430.47332.8364.6332.16
Hex871D4D04F2B2F14d4120
Octal207351150117535751510140
Binary10000111111011001101010011111010111011111010011011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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