Html Css Color HEX #880E2F Burgundy

📋 copy color: '#880E2F'

red 136 ◦ green 14 ◦ blue 47

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

Shades of Burgundy #880E2F

Tints of Burgundy #880E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.86%

R = 69.04%
G = 7.11%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#880E2F (or 0x880E2F) is known color: Burgundy. HEX triplet: 88, 0E and 2F. RGB value is (136,14,47). Sum of RGB (Red+Green+Blue) = 136+14+47=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #880E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E2F is #77F1D0. Grayscale: #363636. Windows color (decimal): -7860689 or 3083912. OLE color: 3083912.

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

Color convert

RGB 136 14 47 -
CMYK 0 0.90 0.65 0.47
HSL 343.77º 0.81% 0.29% -
HSV(B) 343.77º 0.9% 0.53% -
XYZ 10.82 5.75 3.23 -
YUV 54.24 123.92 186.32 -
System Red Green Blue C M Y K H S L
Decimal 136 14 47 0 0.90 0.65 0.47 343.77 0.81 0.29
Hex 88 E 2F 0 5A 41 2F 158 51 1D
Octal 210 16 57 0 132 101 57 530 121 35
Binary 10001000 1110 101111 0 1011010 1000001 101111 101011000 1010001 11101

Color Harmonies of #880E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E2F

Black with #880E2F

Text Example


Text Example

White with #880E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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