Html Css Color HEX #81031D Burgundy

📋 copy color: '#81031D'

red 129 ◦ green 3 ◦ blue 29

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

Shades of Burgundy #81031D

Tints of Burgundy #81031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 80.12%
G = 1.86%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#81031D (or 0x81031D) is known color: Burgundy. HEX triplet: 81, 03 and 1D. RGB value is (129,3,29). Sum of RGB (Red+Green+Blue) = 129+3+29=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #81031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81031D is #7EFCE2. Grayscale: #2B2B2B. Windows color (decimal): -8322275 or 1901441. OLE color: 1901441.

HSL color Cylindrical-coordinate representation of color #81031D: hue angle of 347.62º degrees, saturation: 0.95, 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 #81031D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 3 29 -
CMYK 0 0.98 0.78 0.49
HSL 347.62º 0.95% 0.26% -
HSV(B) 347.62º 0.98% 0.51% -
XYZ 9.31 4.82 1.6 -
YUV 43.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 129 3 29 0 0.98 0.78 0.49 347.62 0.95 0.26
Hex 81 3 1D 0 62 4E 31 15C 5F 1A
Octal 201 3 35 0 142 116 61 534 137 32
Binary 10000001 11 11101 0 1100010 1001110 110001 101011100 1011111 11010

Color Harmonies of #81031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81031D

Black with #81031D

Text Example


Text Example

White with #81031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81031D; }

 p { color: rgb(129,3,29); }

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

background-color css

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

 a { background-color: rgb(129,3,29); }

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

border-color css

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

 span { border-color: rgb(129,3,29); }

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