Html Css Color HEX #81021F Burgundy

📋 copy color: '#81021F'

red 129 ◦ green 2 ◦ blue 31

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

Shades of Burgundy #81021F

Tints of Burgundy #81021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.14%

R = 79.63%
G = 1.23%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#81021F (or 0x81021F) is known color: Burgundy. HEX triplet: 81, 02 and 1F. RGB value is (129,2,31). Sum of RGB (Red+Green+Blue) = 129+2+31=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #81021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81021F is #7EFDE0. Grayscale: #2B2B2B. Windows color (decimal): -8322529 or 2032257. OLE color: 2032257.

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

Color convert

RGB 129 2 31 -
CMYK 0 0.98 0.76 0.49
HSL 346.3º 0.97% 0.26% -
HSV(B) 346.3º 0.98% 0.51% -
XYZ 9.32 4.81 1.73 -
YUV 43.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 129 2 31 0 0.98 0.76 0.49 346.3 0.97 0.26
Hex 81 2 1F 0 62 4C 31 15A 61 1A
Octal 201 2 37 0 142 114 61 532 141 32
Binary 10000001 10 11111 0 1100010 1001100 110001 101011010 1100001 11010

Color Harmonies of #81021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81021F

Black with #81021F

Text Example


Text Example

White with #81021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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