Html Css Color HEX #810422 Burgundy

📋 copy color: '#810422'

red 129 ◦ green 4 ◦ blue 34

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

Shades of Burgundy #810422

Tints of Burgundy #810422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

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

R = 77.25%
G = 2.4%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#810422 (or 0x810422) is known color: Burgundy. HEX triplet: 81, 04 and 22. RGB value is (129,4,34). Sum of RGB (Red+Green+Blue) = 129+4+34=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #810422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810422 is #7EFBDD. Grayscale: #2C2C2C. Windows color (decimal): -8322014 or 2229377. OLE color: 2229377.

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

Color convert

RGB 129 4 34 -
CMYK 0 0.97 0.74 0.49
HSL 345.6º 0.94% 0.26% -
HSV(B) 345.6º 0.97% 0.51% -
XYZ 9.39 4.87 1.96 -
YUV 44.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 129 4 34 0 0.97 0.74 0.49 345.6 0.94 0.26
Hex 81 4 22 0 61 4A 31 15A 5E 1A
Octal 201 4 42 0 141 112 61 532 136 32
Binary 10000001 100 100010 0 1100001 1001010 110001 101011010 1011110 11010

Color Harmonies of #810422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810422

Black with #810422

Text Example


Text Example

White with #810422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810422; }

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

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

background-color css

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

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

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

border-color css

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

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

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