#881A54

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

Shades of Rose Bud Cherry #881A54

Tints of Rose Bud Cherry #881A54

Color information

#881A54 (or 0x881A54) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 1A and 54. RGB value is (136,26,84). Sum of RGB (Red+Green+Blue) = 136+26+84=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #881A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A54 is #77E5AB. Grayscale: #414141. Windows color (decimal): -7857580 or 5511816. OLE color: 5511816.

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

Color convert

RGB1362684-
CMYK00.810.380.47
HSL328.36º67.9%31.76%-
HSV(B)328.36º80.88%53.33%-
XYZ12.126.619.03-
YUV65.5138.44178.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.28%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 84 (33.20% from 255) = 34.15%
R=55.28%
G=10.57%
B=34.15%

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
Decimal136268400.810.380.47328.3667.931.76
Hex881A54051262F1484420
Octal210321240121465751010440
Binary10001000110101010100010100011001101011111010010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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