Html Css Color HEX #880421 Burgundy

📋 copy color: '#880421'

red 136 ◦ green 4 ◦ blue 33

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

Shades of Burgundy #880421

Tints of Burgundy #880421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

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

R = 78.61%
G = 2.31%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#880421 (or 0x880421) is known color: Burgundy. HEX triplet: 88, 04 and 21. RGB value is (136,4,33). Sum of RGB (Red+Green+Blue) = 136+4+33=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #880421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880421 is #77FBDE. Grayscale: #2E2E2E. Windows color (decimal): -7863263 or 2163848. OLE color: 2163848.

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

Color convert

RGB 136 4 33 -
CMYK 0 0.97 0.76 0.47
HSL 346.82º 0.94% 0.27% -
HSV(B) 346.82º 0.97% 0.53% -
XYZ 10.47 5.43 1.94 -
YUV 46.77 120.23 191.64 -
System Red Green Blue C M Y K H S L
Decimal 136 4 33 0 0.97 0.76 0.47 346.82 0.94 0.27
Hex 88 4 21 0 61 4C 2F 15B 5E 1B
Octal 210 4 41 0 141 114 57 533 136 33
Binary 10001000 100 100001 0 1100001 1001100 101111 101011011 1011110 11011

Color Harmonies of #880421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880421

Black with #880421

Text Example


Text Example

White with #880421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880421; }

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

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

background-color css

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

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

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

border-color css

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

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

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