Html Css Color HEX #811024 Burgundy

📋 copy color: '#811024'

red 129 ◦ green 16 ◦ blue 36

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

Shades of Burgundy #811024

Tints of Burgundy #811024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 71.27%
G = 8.84%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#811024 (or 0x811024) is known color: Burgundy. HEX triplet: 81, 10 and 24. RGB value is (129,16,36). Sum of RGB (Red+Green+Blue) = 129+16+36=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #811024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811024 is #7EEFDB. Grayscale: #343434. Windows color (decimal): -8318940 or 2363521. OLE color: 2363521.

HSL color Cylindrical-coordinate representation of color #811024: hue angle of 349.38º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811024 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 36 -
CMYK 0 0.88 0.72 0.49
HSL 349.38º 0.78% 0.28% -
HSV(B) 349.38º 0.88% 0.51% -
XYZ 9.56 5.17 2.16 -
YUV 52.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 129 16 36 0 0.88 0.72 0.49 349.38 0.78 0.28
Hex 81 10 24 0 58 48 31 15D 4E 1C
Octal 201 20 44 0 130 110 61 535 116 34
Binary 10000001 10000 100100 0 1011000 1001000 110001 101011101 1001110 11100

Color Harmonies of #811024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811024

Black with #811024

Text Example


Text Example

White with #811024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811024; }

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

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

background-color css

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

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

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

border-color css

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

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

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