Html Css Color HEX #880A21 Burgundy

📋 copy color: '#880A21'

red 136 ◦ green 10 ◦ blue 33

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

Shades of Burgundy #880A21

Tints of Burgundy #880A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.59%

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

R = 75.98%
G = 5.59%
B = 18.44%

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

#880A21 (or 0x880A21) is known color: Burgundy. HEX triplet: 88, 0A and 21. RGB value is (136,10,33). Sum of RGB (Red+Green+Blue) = 136+10+33=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #880A21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A21 is #77F5DE. Grayscale: #323232. Windows color (decimal): -7861727 or 2165384. OLE color: 2165384.

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

Color convert

RGB 136 10 33 -
CMYK 0 0.93 0.76 0.47
HSL 349.05º 0.86% 0.29% -
HSV(B) 349.05º 0.93% 0.53% -
XYZ 10.54 5.56 1.96 -
YUV 50.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 136 10 33 0 0.93 0.76 0.47 349.05 0.86 0.29
Hex 88 A 21 0 5D 4C 2F 15D 56 1D
Octal 210 12 41 0 135 114 57 535 126 35
Binary 10001000 1010 100001 0 1011101 1001100 101111 101011101 1010110 11101

Color Harmonies of #880A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A21

Black with #880A21

Text Example


Text Example

White with #880A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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