Html Css Color HEX #880D29 Burgundy

📋 copy color: '#880D29'

red 136 ◦ green 13 ◦ blue 41

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

Shades of Burgundy #880D29

Tints of Burgundy #880D29

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.84%

 BLUE value IS 41 (16.41% from 255) = 21.58%

R = 71.58%
G = 6.84%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#880D29 (or 0x880D29) is known color: Burgundy. HEX triplet: 88, 0D and 29. RGB value is (136,13,41). Sum of RGB (Red+Green+Blue) = 136+13+41=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #880D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D29 is #77F2D6. Grayscale: #343434. Windows color (decimal): -7860951 or 2690440. OLE color: 2690440.

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

Color convert

RGB 136 13 41 -
CMYK 0 0.90 0.70 0.47
HSL 346.34º 0.83% 0.29% -
HSV(B) 346.34º 0.9% 0.53% -
XYZ 10.7 5.68 2.63 -
YUV 52.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 136 13 41 0 0.90 0.70 0.47 346.34 0.83 0.29
Hex 88 D 29 0 5A 46 2F 15A 53 1D
Octal 210 15 51 0 132 106 57 532 123 35
Binary 10001000 1101 101001 0 1011010 1000110 101111 101011010 1010011 11101

Color Harmonies of #880D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D29

Black with #880D29

Text Example


Text Example

White with #880D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,13,41); }

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

background-color css

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

 a { background-color: rgb(136,13,41); }

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

border-color css

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

 span { border-color: rgb(136,13,41); }

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