Html Css Color HEX #810018 Burgundy

📋 copy color: '#810018'

red 129 ◦ green 0 ◦ blue 24

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

Shades of Burgundy #810018

Tints of Burgundy #810018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 84.31%
G = 0%
B = 15.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#810018 (or 0x810018) is known color: Burgundy. HEX triplet: 81, 00 and 18. RGB value is (129,0,24). Sum of RGB (Red+Green+Blue) = 129+0+24=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #810018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810018 is #7EFFE7. Grayscale: #292929. Windows color (decimal): -8323048 or 1572993. OLE color: 1572993.

HSL color Cylindrical-coordinate representation of color #810018: hue angle of 348.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810018 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 24 -
CMYK 0 1 0.81 0.49
HSL 348.84º 1% 0.25% -
HSV(B) 348.84º 1% 0.51% -
XYZ 9.22 4.73 1.29 -
YUV 41.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 129 0 24 0 1 0.81 0.49 348.84 1 0.25
Hex 81 0 18 0 64 51 31 15D 64 19
Octal 201 0 30 0 144 121 61 535 144 31
Binary 10000001 0 11000 0 1100100 1010001 110001 101011101 1100100 11001

Color Harmonies of #810018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810018

Black with #810018

Text Example


Text Example

White with #810018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810018; }

 p { color: rgb(129,0,24); }

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

background-color css

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

 a { background-color: rgb(129,0,24); }

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

border-color css

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

 span { border-color: rgb(129,0,24); }

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