#882650

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

Shades of Rose Bud Cherry #882650

Tints of Rose Bud Cherry #882650

Color information

#882650 (or 0x882650) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 26 and 50. RGB value is (136,38,80). Sum of RGB (Red+Green+Blue) = 136+38+80=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #882650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882650 is #77D9AF. Grayscale: #484848. Windows color (decimal): -7854512 or 5252744. OLE color: 5252744.

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

Color convert

RGB1363880-
CMYK00.720.410.47
HSL334.29º56.32%34.12%-
HSV(B)334.29º72.06%53.33%-
XYZ12.297.28.33-
YUV72.09132.47173.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 38 (15.23% from 255) = 14.96%
BLUE value IS 80 (31.64% from 255) = 31.50%
R=53.54%
G=14.96%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136388000.720.410.47334.2956.3234.12
Hex882650048292F14e3822
Octal21046120011051575167042
Binary10001000100110101000001001000101001101111101001110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882650; }

 p { color: rgb(136,38,80); }

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

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

 a { background-color: rgb(136,38,80); }

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

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

 span { border-color: rgb(136,38,80); }

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