Html Css Color HEX #881E50 Rose Bud Cherry

📋 copy color: '#881E50'

red 136 ◦ green 30 ◦ blue 80

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

Shades of Rose Bud Cherry #881E50

Tints of Rose Bud Cherry #881E50

RGB

 RED value IS 136 (53.52% from 255) = 55.28%

 GREEN value IS 30 (12.11% from 255) = 12.2%

 BLUE value IS 80 (31.64% from 255) = 32.52%

R = 55.28%
G = 12.2%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#881E50 (or 0x881E50) is known color: Rose Bud Cherry. HEX triplet: 88, 1E and 50. RGB value is (136,30,80). Sum of RGB (Red+Green+Blue) = 136+30+80=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #881E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881E50 is #77E1AF. Grayscale: #434343. Windows color (decimal): -7856560 or 5250696. OLE color: 5250696.

HSL color Cylindrical-coordinate representation of color #881E50: hue angle of 331.7º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E50 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 80 -
CMYK 0 0.78 0.41 0.47
HSL 331.7º 0.64% 0.33% -
HSV(B) 331.7º 0.78% 0.53% -
XYZ 12.07 6.74 8.25 -
YUV 67.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 136 30 80 0 0.78 0.41 0.47 331.7 0.64 0.33
Hex 88 1E 50 0 4E 29 2F 14C 40 21
Octal 210 36 120 0 116 51 57 514 100 41
Binary 10001000 11110 1010000 0 1001110 101001 101111 101001100 1000000 100001

Color Harmonies of #881E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E50

Black with #881E50

Text Example


Text Example

White with #881E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881E50; }

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

 H1.HeaderClassName
 {
   color: #881E50;
 }
 .AnyTagClassName
 {
   color: #881E50;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #881E50;
 }
 .BgClassName
 {
   background-color: #881E50;
 }
</style>

border-color css

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

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

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