Html Css Color HEX #810228 Burgundy

📋 copy color: '#810228'

red 129 ◦ green 2 ◦ blue 40

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

Shades of Burgundy #810228

Tints of Burgundy #810228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 75.44%
G = 1.17%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#810228 (or 0x810228) is known color: Burgundy. HEX triplet: 81, 02 and 28. RGB value is (129,2,40). Sum of RGB (Red+Green+Blue) = 129+2+40=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #810228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810228 is #7EFDD7. Grayscale: #2C2C2C. Windows color (decimal): -8322520 or 2622081. OLE color: 2622081.

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

Color convert

RGB 129 2 40 -
CMYK 0 0.98 0.69 0.49
HSL 342.05º 0.97% 0.26% -
HSV(B) 342.05º 0.98% 0.51% -
XYZ 9.46 4.86 2.45 -
YUV 44.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 129 2 40 0 0.98 0.69 0.49 342.05 0.97 0.26
Hex 81 2 28 0 62 45 31 156 61 1A
Octal 201 2 50 0 142 105 61 526 141 32
Binary 10000001 10 101000 0 1100010 1000101 110001 101010110 1100001 11010

Color Harmonies of #810228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810228

Black with #810228

Text Example


Text Example

White with #810228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810228; }

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

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

background-color css

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

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

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

border-color css

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

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

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