#871D50

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

Shades of Rose Bud Cherry #871D50

Tints of Rose Bud Cherry #871D50

Color information

#871D50 (or 0x871D50) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1D and 50. RGB value is (135,29,80). Sum of RGB (Red+Green+Blue) = 135+29+80=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #871D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871D50 is #78E2AF. Grayscale: #424242. Windows color (decimal): -7922352 or 5250439. OLE color: 5250439.

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

Color convert

RGB1352980-
CMYK00.790.410.47
HSL331.13º64.63%32.16%-
HSV(B)331.13º78.52%52.94%-
XYZ11.886.618.24-
YUV66.51135.62176.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 80 (31.64% from 255) = 32.79%
R=55.33%
G=11.89%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135298000.790.410.47331.1364.6332.16
Hex871D5004F292F14b4120
Octal207351200117515751310140
Binary10000111111011010000010011111010011011111010010111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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