#882A50

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

Shades of Rose Bud Cherry #882A50

Tints of Rose Bud Cherry #882A50

Color information

#882A50 (or 0x882A50) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 2A and 50. RGB value is (136,42,80). Sum of RGB (Red+Green+Blue) = 136+42+80=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #882A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882A50 is #77D5AF. Grayscale: #4A4A4A. Windows color (decimal): -7853488 or 5253768. OLE color: 5253768.

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

Color convert

RGB1364280-
CMYK00.690.410.47
HSL335.74º52.81%34.9%-
HSV(B)335.74º69.12%53.33%-
XYZ12.437.478.38-
YUV74.44131.14171.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.71%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=52.71%
G=16.28%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136428000.690.410.47335.7452.8134.9
Hex882A50045292F1503523
Octal21052120010551575206543
Binary10001000101010101000001000101101001101111101010000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882A50; }

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

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

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

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

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

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

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

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