#882950

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

Shades of Rose Bud Cherry #882950

Tints of Rose Bud Cherry #882950

Color information

#882950 (or 0x882950) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 29 and 50. RGB value is (136,41,80). Sum of RGB (Red+Green+Blue) = 136+41+80=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #882950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882950 is #77D6AF. Grayscale: #494949. Windows color (decimal): -7853744 or 5253512. OLE color: 5253512.

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

Color convert

RGB1364180-
CMYK00.700.410.47
HSL335.37º53.67%34.71%-
HSV(B)335.37º69.85%53.33%-
XYZ12.397.48.36-
YUV73.85131.47172.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=52.92%
G=15.95%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136418000.700.410.47335.3753.6734.71
Hex882950046292F14f3623
Octal21051120010651575176643
Binary10001000101001101000001000110101001101111101001111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882950; }

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

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

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

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

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

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

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

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