#882054

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

Shades of Rose Bud Cherry #882054

Tints of Rose Bud Cherry #882054

Color information

#882054 (or 0x882054) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 20 and 54. RGB value is (136,32,84). Sum of RGB (Red+Green+Blue) = 136+32+84=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #882054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882054 is #77DFAB. Grayscale: #444444. Windows color (decimal): -7856044 or 5513352. OLE color: 5513352.

HSL color Cylindrical-coordinate representation of color #882054: hue angle of 330º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882054 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1363284-
CMYK00.760.380.47
HSL330º61.9%32.94%-
HSV(B)330º76.47%53.33%-
XYZ12.276.919.07-
YUV69.02136.46175.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=53.97%
G=12.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136328400.760.380.4733061.932.94
Hex88205404C262F14a3e21
Octal21040124011446575127641
Binary10001000100000101010001001100100110101111101001010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882054; }

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

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

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

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

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

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

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

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