Html Css Color HEX #81001F Burgundy

📋 copy color: '#81001F'

red 129 ◦ green 0 ◦ blue 31

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

Shades of Burgundy #81001F

Tints of Burgundy #81001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.38%

R = 80.63%
G = 0%
B = 19.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#81001F (or 0x81001F) is known color: Burgundy. HEX triplet: 81, 00 and 1F. RGB value is (129,0,31). Sum of RGB (Red+Green+Blue) = 129+0+31=160 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.62% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 129 - color contains mainly: red. Hex color #81001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81001F is #7EFFE0. Grayscale: #2A2A2A. Windows color (decimal): -8323041 or 2031745. OLE color: 2031745.

HSL color Cylindrical-coordinate representation of color #81001F: hue angle of 345.58º 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 #81001F is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 31 -
CMYK 0 1 0.76 0.49
HSL 345.58º 1% 0.25% -
HSV(B) 345.58º 1% 0.51% -
XYZ 9.3 4.77 1.73 -
YUV 42.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 129 0 31 0 1 0.76 0.49 345.58 1 0.25
Hex 81 0 1F 0 64 4C 31 15A 64 19
Octal 201 0 37 0 144 114 61 532 144 31
Binary 10000001 0 11111 0 1100100 1001100 110001 101011010 1100100 11001

Color Harmonies of #81001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81001F

Black with #81001F

Text Example


Text Example

White with #81001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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