Html Css Color HEX #880828 Burgundy

📋 copy color: '#880828'

red 136 ◦ green 8 ◦ blue 40

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

Shades of Burgundy #880828

Tints of Burgundy #880828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 40 (16.02% from 255) = 21.74%

R = 73.91%
G = 4.35%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#880828 (or 0x880828) is known color: Burgundy. HEX triplet: 88, 08 and 28. RGB value is (136,8,40). Sum of RGB (Red+Green+Blue) = 136+8+40=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #880828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880828 is #77F7D7. Grayscale: #313131. Windows color (decimal): -7862232 or 2623624. OLE color: 2623624.

HSL color Cylindrical-coordinate representation of color #880828: hue angle of 345º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880828 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 40 -
CMYK 0 0.94 0.71 0.47
HSL 345º 0.89% 0.28% -
HSV(B) 345º 0.94% 0.53% -
XYZ 10.62 5.56 2.52 -
YUV 49.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 136 8 40 0 0.94 0.71 0.47 345 0.89 0.28
Hex 88 8 28 0 5E 47 2F 159 59 1C
Octal 210 10 50 0 136 107 57 531 131 34
Binary 10001000 1000 101000 0 1011110 1000111 101111 101011001 1011001 11100

Color Harmonies of #880828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880828

Black with #880828

Text Example


Text Example

White with #880828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880828; }

 p { color: rgb(136,8,40); }

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

background-color css

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

 a { background-color: rgb(136,8,40); }

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

border-color css

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

 span { border-color: rgb(136,8,40); }

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