Html Css Color HEX #880921 Burgundy

📋 copy color: '#880921'

red 136 ◦ green 9 ◦ blue 33

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

Shades of Burgundy #880921

Tints of Burgundy #880921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.54%

R = 76.4%
G = 5.06%
B = 18.54%

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

#880921 (or 0x880921) is known color: Burgundy. HEX triplet: 88, 09 and 21. RGB value is (136,9,33). Sum of RGB (Red+Green+Blue) = 136+9+33=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #880921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880921 is #77F6DE. Grayscale: #313131. Windows color (decimal): -7861983 or 2165128. OLE color: 2165128.

HSL color Cylindrical-coordinate representation of color #880921: hue angle of 348.66º 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 #880921 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 33 -
CMYK 0 0.93 0.76 0.47
HSL 348.66º 0.88% 0.28% -
HSV(B) 348.66º 0.93% 0.53% -
XYZ 10.53 5.54 1.95 -
YUV 49.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 136 9 33 0 0.93 0.76 0.47 348.66 0.88 0.28
Hex 88 9 21 0 5D 4C 2F 15D 58 1C
Octal 210 11 41 0 135 114 57 535 130 34
Binary 10001000 1001 100001 0 1011101 1001100 101111 101011101 1011000 11100

Color Harmonies of #880921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880921

Black with #880921

Text Example


Text Example

White with #880921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880921; }

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

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

background-color css

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

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

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

border-color css

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

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

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