Html Css Color HEX #880721 Burgundy

📋 copy color: '#880721'

red 136 ◦ green 7 ◦ blue 33

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

Shades of Burgundy #880721

Tints of Burgundy #880721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.98%

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

R = 77.27%
G = 3.98%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#880721 (or 0x880721) is known color: Burgundy. HEX triplet: 88, 07 and 21. RGB value is (136,7,33). Sum of RGB (Red+Green+Blue) = 136+7+33=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #880721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880721 is #77F8DE. Grayscale: #303030. Windows color (decimal): -7862495 or 2164616. OLE color: 2164616.

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

Color convert

RGB 136 7 33 -
CMYK 0 0.95 0.76 0.47
HSL 347.91º 0.9% 0.28% -
HSV(B) 347.91º 0.95% 0.53% -
XYZ 10.5 5.5 1.95 -
YUV 48.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 136 7 33 0 0.95 0.76 0.47 347.91 0.9 0.28
Hex 88 7 21 0 5F 4C 2F 15C 5A 1C
Octal 210 7 41 0 137 114 57 534 132 34
Binary 10001000 111 100001 0 1011111 1001100 101111 101011100 1011010 11100

Color Harmonies of #880721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880721

Black with #880721

Text Example


Text Example

White with #880721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880721; }

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

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

background-color css

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

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

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

border-color css

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

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

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