#882D51

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

Shades of Rose Bud Cherry #882D51

Tints of Rose Bud Cherry #882D51

Color information

#882D51 (or 0x882D51) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 2D and 51. RGB value is (136,45,81). Sum of RGB (Red+Green+Blue) = 136+45+81=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #882D51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D51 is #77D2AE. Grayscale: #4C4C4C. Windows color (decimal): -7852719 or 5320072. OLE color: 5320072.

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

Color convert

RGB1364581-
CMYK00.670.400.47
HSL336.26º50.28%35.49%-
HSV(B)336.26º66.91%53.33%-
XYZ12.587.718.61-
YUV76.31130.65170.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 45 (17.97% from 255) = 17.18%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=51.91%
G=17.18%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136458100.670.400.47336.2650.2835.49
Hex882D51043282F1503223
Octal21055121010350575206243
Binary10001000101101101000101000011101000101111101010000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,45,81); }

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

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

 a { background-color: rgb(136,45,81); }

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

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

 span { border-color: rgb(136,45,81); }

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