Html Css Color HEX #81021A Burgundy

📋 copy color: '#81021A'

red 129 ◦ green 2 ◦ blue 26

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

Shades of Burgundy #81021A

Tints of Burgundy #81021A

RGB

 RED value IS 129 (50.78% from 255) = 82.17%

 GREEN value IS 2 (1.17% from 255) = 1.27%

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 82.17%
G = 1.27%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#81021A (or 0x81021A) is known color: Burgundy. HEX triplet: 81, 02 and 1A. RGB value is (129,2,26). Sum of RGB (Red+Green+Blue) = 129+2+26=157 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.17% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 129 - color contains mainly: red. Hex color #81021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81021A is #7EFDE5. Grayscale: #2A2A2A. Windows color (decimal): -8322534 or 1704577. OLE color: 1704577.

HSL color Cylindrical-coordinate representation of color #81021A: hue angle of 348.66º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81021A is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 2 26 -
CMYK 0 0.98 0.80 0.49
HSL 348.66º 0.97% 0.26% -
HSV(B) 348.66º 0.98% 0.51% -
XYZ 9.26 4.79 1.41 -
YUV 42.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 129 2 26 0 0.98 0.80 0.49 348.66 0.97 0.26
Hex 81 2 1A 0 62 50 31 15D 61 1A
Octal 201 2 32 0 142 120 61 535 141 32
Binary 10000001 10 11010 0 1100010 1010000 110001 101011101 1100001 11010

Color Harmonies of #81021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81021A

Black with #81021A

Text Example


Text Example

White with #81021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81021A; }

 p { color: rgb(129,2,26); }

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

background-color css

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

 a { background-color: rgb(129,2,26); }

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

border-color css

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

 span { border-color: rgb(129,2,26); }

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