Html Css Color HEX #880E38 Burgundy

📋 copy color: '#880E38'

red 136 ◦ green 14 ◦ blue 56

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

Shades of Burgundy #880E38

Tints of Burgundy #880E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.18%

R = 66.02%
G = 6.8%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#880E38 (or 0x880E38) is known color: Burgundy. HEX triplet: 88, 0E and 38. RGB value is (136,14,56). Sum of RGB (Red+Green+Blue) = 136+14+56=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #880E38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E38 is #77F1C7. Grayscale: #373737. Windows color (decimal): -7860680 or 3673736. OLE color: 3673736.

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

Color convert

RGB 136 14 56 -
CMYK 0 0.90 0.59 0.47
HSL 339.34º 0.81% 0.29% -
HSV(B) 339.34º 0.9% 0.53% -
XYZ 11.02 5.83 4.29 -
YUV 55.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 136 14 56 0 0.90 0.59 0.47 339.34 0.81 0.29
Hex 88 E 38 0 5A 3B 2F 153 51 1D
Octal 210 16 70 0 132 73 57 523 121 35
Binary 10001000 1110 111000 0 1011010 111011 101111 101010011 1010001 11101

Color Harmonies of #880E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E38

Black with #880E38

Text Example


Text Example

White with #880E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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