Html Css Color HEX #81021B Burgundy

📋 copy color: '#81021B'

red 129 ◦ green 2 ◦ blue 27

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

Shades of Burgundy #81021B

Tints of Burgundy #81021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.09%

R = 81.65%
G = 1.27%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#81021B (or 0x81021B) is known color: Burgundy. HEX triplet: 81, 02 and 1B. RGB value is (129,2,27). Sum of RGB (Red+Green+Blue) = 129+2+27=158 (20% of max value = 765). Red value is 129 (50.78% from 255 or 81.65% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 129 - color contains mainly: red. Hex color #81021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81021B is #7EFDE4. Grayscale: #2A2A2A. Windows color (decimal): -8322533 or 1770113. OLE color: 1770113.

HSL color Cylindrical-coordinate representation of color #81021B: hue angle of 348.19º 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 #81021B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 2 27 -
CMYK 0 0.98 0.79 0.49
HSL 348.19º 0.97% 0.26% -
HSV(B) 348.19º 0.98% 0.51% -
XYZ 9.27 4.79 1.47 -
YUV 42.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 129 2 27 0 0.98 0.79 0.49 348.19 0.97 0.26
Hex 81 2 1B 0 62 4F 31 15C 61 1A
Octal 201 2 33 0 142 117 61 534 141 32
Binary 10000001 10 11011 0 1100010 1001111 110001 101011100 1100001 11010

Color Harmonies of #81021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81021B

Black with #81021B

Text Example


Text Example

White with #81021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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