Html Css Color HEX #810226 Burgundy

📋 copy color: '#810226'

red 129 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #810226

Tints of Burgundy #810226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.49%

R = 76.33%
G = 1.18%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#810226 (or 0x810226) is known color: Burgundy. HEX triplet: 81, 02 and 26. RGB value is (129,2,38). Sum of RGB (Red+Green+Blue) = 129+2+38=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #810226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810226 is #7EFDD9. Grayscale: #2C2C2C. Windows color (decimal): -8322522 or 2491009. OLE color: 2491009.

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

Color convert

RGB 129 2 38 -
CMYK 0 0.98 0.71 0.49
HSL 342.99º 0.97% 0.26% -
HSV(B) 342.99º 0.98% 0.51% -
XYZ 9.42 4.85 2.27 -
YUV 44.08 124.58 188.57 -
System Red Green Blue C M Y K H S L
Decimal 129 2 38 0 0.98 0.71 0.49 342.99 0.97 0.26
Hex 81 2 26 0 62 47 31 157 61 1A
Octal 201 2 46 0 142 107 61 527 141 32
Binary 10000001 10 100110 0 1100010 1000111 110001 101010111 1100001 11010

Color Harmonies of #810226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810226

Black with #810226

Text Example


Text Example

White with #810226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810226; }

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

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

background-color css

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

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

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

border-color css

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

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

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