Html Css Color HEX #880E2C Burgundy

📋 copy color: '#880E2C'

red 136 ◦ green 14 ◦ blue 44

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

Shades of Burgundy #880E2C

Tints of Burgundy #880E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 70.1%
G = 7.22%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#880E2C (or 0x880E2C) is known color: Burgundy. HEX triplet: 88, 0E and 2C. RGB value is (136,14,44). Sum of RGB (Red+Green+Blue) = 136+14+44=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880E2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E2C is #77F1D3. Grayscale: #353535. Windows color (decimal): -7860692 or 2887304. OLE color: 2887304.

HSL color Cylindrical-coordinate representation of color #880E2C: hue angle of 345.25º 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 #880E2C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 14 44 -
CMYK 0 0.90 0.68 0.47
HSL 345.25º 0.81% 0.29% -
HSV(B) 345.25º 0.9% 0.53% -
XYZ 10.77 5.73 2.92 -
YUV 53.9 122.42 186.56 -
System Red Green Blue C M Y K H S L
Decimal 136 14 44 0 0.90 0.68 0.47 345.25 0.81 0.29
Hex 88 E 2C 0 5A 44 2F 159 51 1D
Octal 210 16 54 0 132 104 57 531 121 35
Binary 10001000 1110 101100 0 1011010 1000100 101111 101011001 1010001 11101

Color Harmonies of #880E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E2C

Black with #880E2C

Text Example


Text Example

White with #880E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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