#882354

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

Shades of Rose Bud Cherry #882354

Tints of Rose Bud Cherry #882354

Color information

#882354 (or 0x882354) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 23 and 54. RGB value is (136,35,84). Sum of RGB (Red+Green+Blue) = 136+35+84=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #882354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882354 is #77DCAB. Grayscale: #464646. Windows color (decimal): -7855276 or 5514120. OLE color: 5514120.

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

Color convert

RGB1363584-
CMYK00.740.380.47
HSL330.89º59.06%33.53%-
HSV(B)330.89º74.26%53.33%-
XYZ12.357.089.1-
YUV70.78135.46174.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=53.33%
G=13.73%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136358400.740.380.47330.8959.0633.53
Hex88235404A262F14b3b22
Octal21043124011246575137342
Binary10001000100011101010001001010100110101111101001011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882354; }

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

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

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

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

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

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

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

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