Html Css Color HEX #880F50 Rose Bud Cherry

📋 copy color: '#880F50'

red 136 ◦ green 15 ◦ blue 80

#880F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #880F50

Tints of Rose Bud Cherry #880F50

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 value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#880F50 (or 0x880F50) is known color: 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

RGB 136 15 80 -
CMYK 0 0.89 0.41 0.47
HSL 327.77º 0.8% 0.3% -
HSV(B) 327.77º 0.89% 0.53% -
XYZ 11.77 6.16 8.16 -
YUV 58.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 136 15 80 0 0.89 0.41 0.47 327.77 0.8 0.3
Hex 88 F 50 0 59 29 2F 148 50 1E
Octal 210 17 120 0 131 51 57 510 120 36
Binary 10001000 1111 1010000 0 1011001 101001 101111 101001000 1010000 11110

Color Harmonies of #880F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F50

Black with #880F50

Text Example


Text Example

White with #880F50

Text Example


Text Example

HTML Codes & Css Web 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>