Html Css Color HEX #81022A Burgundy

📋 copy color: '#81022A'

red 129 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #81022A

Tints of Burgundy #81022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 74.57%
G = 1.16%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#81022A (or 0x81022A) is known color: Burgundy. HEX triplet: 81, 02 and 2A. RGB value is (129,2,42). Sum of RGB (Red+Green+Blue) = 129+2+42=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #81022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81022A is #7EFDD5. Grayscale: #2C2C2C. Windows color (decimal): -8322518 or 2753153. OLE color: 2753153.

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

Color convert

RGB 129 2 42 -
CMYK 0 0.98 0.67 0.49
HSL 341.1º 0.97% 0.26% -
HSV(B) 341.1º 0.98% 0.51% -
XYZ 9.49 4.88 2.63 -
YUV 44.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 129 2 42 0 0.98 0.67 0.49 341.1 0.97 0.26
Hex 81 2 2A 0 62 43 31 155 61 1A
Octal 201 2 52 0 142 103 61 525 141 32
Binary 10000001 10 101010 0 1100010 1000011 110001 101010101 1100001 11010

Color Harmonies of #81022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81022A

Black with #81022A

Text Example


Text Example

White with #81022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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