Html Css Color HEX #810424 Burgundy

📋 copy color: '#810424'

red 129 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #810424

Tints of Burgundy #810424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.3%

R = 76.33%
G = 2.37%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#810424 (or 0x810424) is known color: Burgundy. HEX triplet: 81, 04 and 24. RGB value is (129,4,36). Sum of RGB (Red+Green+Blue) = 129+4+36=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #810424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810424 is #7EFBDB. Grayscale: #2D2D2D. Windows color (decimal): -8322012 or 2360449. OLE color: 2360449.

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

Color convert

RGB 129 4 36 -
CMYK 0 0.97 0.72 0.49
HSL 344.64º 0.94% 0.26% -
HSV(B) 344.64º 0.97% 0.51% -
XYZ 9.42 4.88 2.12 -
YUV 45.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 129 4 36 0 0.97 0.72 0.49 344.64 0.94 0.26
Hex 81 4 24 0 61 48 31 159 5E 1A
Octal 201 4 44 0 141 110 61 531 136 32
Binary 10000001 100 100100 0 1100001 1001000 110001 101011001 1011110 11010

Color Harmonies of #810424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810424

Black with #810424

Text Example


Text Example

White with #810424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810424; }

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

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

background-color css

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

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

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

border-color css

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

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

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