#880F50

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

Shades of Rose Bud Cherry #880F50

Tints of Rose Bud Cherry #880F50

Color information

#880F50 (or 0x880F50) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 0F and 50. RGB value is (136,15,80). Sum of RGB (Red+Green+Blue) = 136+15+80=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #880F50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F50 is #77F0AF. Grayscale: #3A3A3A. Windows color (decimal): -7860400 or 5246856. OLE color: 5246856.

HSL color Cylindrical-coordinate representation of color #880F50: hue angle of 327.77º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F50 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1361580-
CMYK00.890.410.47
HSL327.77º80.13%29.61%-
HSV(B)327.77º88.97%53.33%-
XYZ11.776.168.16-
YUV58.59140.09183.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=58.87%
G=6.49%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136158000.890.410.47327.7780.1329.61
Hex88F50059292F148501e
Octal210171200131515751012036
Binary100010001111101000001011001101001101111101001000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880F50; }

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

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

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

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

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

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

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

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