Html Css Color HEX #880E4D Rose Bud Cherry

📋 copy color: '#880E4D'

red 136 ◦ green 14 ◦ blue 77

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

Shades of Rose Bud Cherry #880E4D

Tints of Rose Bud Cherry #880E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 59.91%
G = 6.17%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#880E4D (or 0x880E4D) is known color: Rose Bud Cherry. HEX triplet: 88, 0E and 4D. RGB value is (136,14,77). Sum of RGB (Red+Green+Blue) = 136+14+77=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #880E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E4D is #77F1B2. Grayscale: #393939. Windows color (decimal): -7860659 or 5049992. OLE color: 5049992.

HSL color Cylindrical-coordinate representation of color #880E4D: hue angle of 329.02º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E4D is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 14 77 -
CMYK 0 0.90 0.43 0.47
HSL 329.02º 0.81% 0.29% -
HSV(B) 329.02º 0.9% 0.53% -
XYZ 11.65 6.08 7.58 -
YUV 57.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 136 14 77 0 0.90 0.43 0.47 329.02 0.81 0.29
Hex 88 E 4D 0 5A 2B 2F 149 51 1D
Octal 210 16 115 0 132 53 57 511 121 35
Binary 10001000 1110 1001101 0 1011010 101011 101111 101001001 1010001 11101

Color Harmonies of #880E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E4D

Black with #880E4D

Text Example


Text Example

White with #880E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,14,77); }

 H1.HeaderClassName
 {
   color: #880E4D;
 }
 .AnyTagClassName
 {
   color: #880E4D;
 }
</style>

background-color css

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

 a { background-color: rgb(136,14,77); }

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

border-color css

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

 span { border-color: rgb(136,14,77); }

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