Html Css Color HEX #81022B Burgundy

📋 copy color: '#81022B'

red 129 ◦ green 2 ◦ blue 43

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

Shades of Burgundy #81022B

Tints of Burgundy #81022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 74.14%
G = 1.15%
B = 24.71%

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

#81022B (or 0x81022B) is known color: Burgundy. HEX triplet: 81, 02 and 2B. RGB value is (129,2,43). Sum of RGB (Red+Green+Blue) = 129+2+43=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #81022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81022B is #7EFDD4. Grayscale: #2C2C2C. Windows color (decimal): -8322517 or 2818689. OLE color: 2818689.

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

Color convert

RGB 129 2 43 -
CMYK 0 0.98 0.67 0.49
HSL 340.63º 0.97% 0.26% -
HSV(B) 340.63º 0.98% 0.51% -
XYZ 9.51 4.88 2.73 -
YUV 44.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 129 2 43 0 0.98 0.67 0.49 340.63 0.97 0.26
Hex 81 2 2B 0 62 43 31 155 61 1A
Octal 201 2 53 0 142 103 61 525 141 32
Binary 10000001 10 101011 0 1100010 1000011 110001 101010101 1100001 11010

Color Harmonies of #81022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81022B

Black with #81022B

Text Example


Text Example

White with #81022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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