Html Css Color HEX #881029 Burgundy

📋 copy color: '#881029'

red 136 ◦ green 16 ◦ blue 41

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

Shades of Burgundy #881029

Tints of Burgundy #881029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

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

R = 70.47%
G = 8.29%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#881029 (or 0x881029) is known color: Burgundy. HEX triplet: 88, 10 and 29. RGB value is (136,16,41). Sum of RGB (Red+Green+Blue) = 136+16+41=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #881029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881029 is #77EFD6. Grayscale: #363636. Windows color (decimal): -7860183 or 2691208. OLE color: 2691208.

HSL color Cylindrical-coordinate representation of color #881029: hue angle of 347.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881029 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 16 41 -
CMYK 0 0.88 0.70 0.47
HSL 347.5º 0.79% 0.3% -
HSV(B) 347.5º 0.88% 0.53% -
XYZ 10.74 5.76 2.64 -
YUV 54.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 136 16 41 0 0.88 0.70 0.47 347.5 0.79 0.3
Hex 88 10 29 0 58 46 2F 15C 4F 1E
Octal 210 20 51 0 130 106 57 534 117 36
Binary 10001000 10000 101001 0 1011000 1000110 101111 101011100 1001111 11110

Color Harmonies of #881029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881029

Black with #881029

Text Example


Text Example

White with #881029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881029; }

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

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

background-color css

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

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

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

border-color css

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

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

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