Html Css Color HEX #81122A Burgundy

📋 copy color: '#81122A'

red 129 ◦ green 18 ◦ blue 42

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

Shades of Burgundy #81122A

Tints of Burgundy #81122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

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

R = 68.25%
G = 9.52%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#81122A (or 0x81122A) is known color: Burgundy. HEX triplet: 81, 12 and 2A. RGB value is (129,18,42). Sum of RGB (Red+Green+Blue) = 129+18+42=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #81122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81122A is #7EEDD5. Grayscale: #353535. Windows color (decimal): -8318422 or 2757249. OLE color: 2757249.

HSL color Cylindrical-coordinate representation of color #81122A: hue angle of 347.03º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81122A is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 42 -
CMYK 0 0.86 0.67 0.49
HSL 347.03º 0.76% 0.29% -
HSV(B) 347.03º 0.86% 0.51% -
XYZ 9.69 5.27 2.7 -
YUV 53.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 129 18 42 0 0.86 0.67 0.49 347.03 0.76 0.29
Hex 81 12 2A 0 56 43 31 15B 4C 1D
Octal 201 22 52 0 126 103 61 533 114 35
Binary 10000001 10010 101010 0 1010110 1000011 110001 101011011 1001100 11101

Color Harmonies of #81122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81122A

Black with #81122A

Text Example


Text Example

White with #81122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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