Html Css Color HEX #880920 Burgundy

📋 copy color: '#880920'

red 136 ◦ green 9 ◦ blue 32

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

Shades of Burgundy #880920

Tints of Burgundy #880920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 76.84%
G = 5.08%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#880920 (or 0x880920) is known color: Burgundy. HEX triplet: 88, 09 and 20. RGB value is (136,9,32). Sum of RGB (Red+Green+Blue) = 136+9+32=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880920 is #77F6DF. Grayscale: #313131. Windows color (decimal): -7861984 or 2099592. OLE color: 2099592.

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

Color convert

RGB 136 9 32 -
CMYK 0 0.93 0.76 0.47
HSL 349.13º 0.88% 0.28% -
HSV(B) 349.13º 0.93% 0.53% -
XYZ 10.51 5.53 1.88 -
YUV 49.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 136 9 32 0 0.93 0.76 0.47 349.13 0.88 0.28
Hex 88 9 20 0 5D 4C 2F 15D 58 1C
Octal 210 11 40 0 135 114 57 535 130 34
Binary 10001000 1001 100000 0 1011101 1001100 101111 101011101 1011000 11100

Color Harmonies of #880920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880920

Black with #880920

Text Example


Text Example

White with #880920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880920; }

 p { color: rgb(136,9,32); }

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

background-color css

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

 a { background-color: rgb(136,9,32); }

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

border-color css

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

 span { border-color: rgb(136,9,32); }

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