Html Css Color HEX #880621 Burgundy

📋 copy color: '#880621'

red 136 ◦ green 6 ◦ blue 33

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

Shades of Burgundy #880621

Tints of Burgundy #880621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.43%

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

R = 77.71%
G = 3.43%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#880621 (or 0x880621) is known color: Burgundy. HEX triplet: 88, 06 and 21. RGB value is (136,6,33). Sum of RGB (Red+Green+Blue) = 136+6+33=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #880621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880621 is #77F9DE. Grayscale: #2F2F2F. Windows color (decimal): -7862751 or 2164360. OLE color: 2164360.

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

Color convert

RGB 136 6 33 -
CMYK 0 0.96 0.76 0.47
HSL 347.54º 0.92% 0.28% -
HSV(B) 347.54º 0.96% 0.53% -
XYZ 10.49 5.47 1.94 -
YUV 47.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 136 6 33 0 0.96 0.76 0.47 347.54 0.92 0.28
Hex 88 6 21 0 60 4C 2F 15C 5C 1C
Octal 210 6 41 0 140 114 57 534 134 34
Binary 10001000 110 100001 0 1100000 1001100 101111 101011100 1011100 11100

Color Harmonies of #880621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880621

Black with #880621

Text Example


Text Example

White with #880621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880621; }

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

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

background-color css

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

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

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

border-color css

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

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

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