#871A54

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

Shades of Rose Bud Cherry #871A54

Tints of Rose Bud Cherry #871A54

Color information

#871A54 (or 0x871A54) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 1A and 54. RGB value is (135,26,84). Sum of RGB (Red+Green+Blue) = 135+26+84=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #871A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871A54 is #78E5AB. Grayscale: #414141. Windows color (decimal): -7923116 or 5511815. OLE color: 5511815.

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

Color convert

RGB1352684-
CMYK00.810.380.47
HSL328.07º67.7%31.57%-
HSV(B)328.07º80.74%52.94%-
XYZ11.966.539.02-
YUV65.2138.61177.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=55.10%
G=10.61%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135268400.810.380.47328.0767.731.57
Hex871A54051262F1484420
Octal207321240121465751010440
Binary10000111110101010100010100011001101011111010010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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