#883254

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

Shades of Rose Bud Cherry #883254

Tints of Rose Bud Cherry #883254

Color information

#883254 (or 0x883254) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 32 and 54. RGB value is (136,50,84). Sum of RGB (Red+Green+Blue) = 136+50+84=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #883254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883254 is #77CDAB. Grayscale: #4F4F4F. Windows color (decimal): -7851436 or 5517960. OLE color: 5517960.

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

Color convert

RGB1365084-
CMYK00.630.380.47
HSL336.28º46.24%36.47%-
HSV(B)336.28º63.24%53.33%-
XYZ12.898.169.28-
YUV79.59130.49168.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=50.37%
G=18.52%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136508400.630.380.47336.2846.2436.47
Hex88325403F262F1502e24
Octal2106212407746575205644
Binary1000100011001010101000111111100110101111101010000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883254; }

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

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

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

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

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

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

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

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