Html Css Color HEX #810022 Burgundy

📋 copy color: '#810022'

red 129 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #810022

Tints of Burgundy #810022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 20.86%

R = 79.14%
G = 0%
B = 20.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#810022 (or 0x810022) is known color: Burgundy. HEX triplet: 81, 00 and 22. RGB value is (129,0,34). Sum of RGB (Red+Green+Blue) = 129+0+34=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #810022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810022 is #7EFFDD. Grayscale: #2A2A2A. Windows color (decimal): -8323038 or 2228353. OLE color: 2228353.

HSL color Cylindrical-coordinate representation of color #810022: hue angle of 344.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810022 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 34 -
CMYK 0 1 0.74 0.49
HSL 344.19º 1% 0.25% -
HSV(B) 344.19º 1% 0.51% -
XYZ 9.34 4.78 1.94 -
YUV 42.45 123.24 189.74 -
System Red Green Blue C M Y K H S L
Decimal 129 0 34 0 1 0.74 0.49 344.19 1 0.25
Hex 81 0 22 0 64 4A 31 158 64 19
Octal 201 0 42 0 144 112 61 530 144 31
Binary 10000001 0 100010 0 1100100 1001010 110001 101011000 1100100 11001

Color Harmonies of #810022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810022

Black with #810022

Text Example


Text Example

White with #810022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810022; }

 p { color: rgb(129,0,34); }

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

background-color css

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

 a { background-color: rgb(129,0,34); }

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

border-color css

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

 span { border-color: rgb(129,0,34); }

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