Html Css Color HEX #880E3D Burgundy

📋 copy color: '#880E3D'

red 136 ◦ green 14 ◦ blue 61

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

Shades of Burgundy #880E3D

Tints of Burgundy #880E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.91%

R = 64.45%
G = 6.64%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#880E3D (or 0x880E3D) is known color: Burgundy. HEX triplet: 88, 0E and 3D. RGB value is (136,14,61). Sum of RGB (Red+Green+Blue) = 136+14+61=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #880E3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E3D is #77F1C2. Grayscale: #373737. Windows color (decimal): -7860675 or 4001416. OLE color: 4001416.

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

Color convert

RGB 136 14 61 -
CMYK 0 0.90 0.55 0.47
HSL 336.89º 0.81% 0.29% -
HSV(B) 336.89º 0.9% 0.53% -
XYZ 11.15 5.89 4.96 -
YUV 55.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 136 14 61 0 0.90 0.55 0.47 336.89 0.81 0.29
Hex 88 E 3D 0 5A 37 2F 151 51 1D
Octal 210 16 75 0 132 67 57 521 121 35
Binary 10001000 1110 111101 0 1011010 110111 101111 101010001 1010001 11101

Color Harmonies of #880E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E3D

Black with #880E3D

Text Example


Text Example

White with #880E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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