Html Css Color HEX #81083A Burgundy

📋 copy color: '#81083A'

red 129 ◦ green 8 ◦ blue 58

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

Shades of Burgundy #81083A

Tints of Burgundy #81083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

 BLUE value IS 58 (23.05% from 255) = 29.74%

R = 66.15%
G = 4.1%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#81083A (or 0x81083A) is known color: Burgundy. HEX triplet: 81, 08 and 3A. RGB value is (129,8,58). Sum of RGB (Red+Green+Blue) = 129+8+58=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #81083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81083A is #7EF7C5. Grayscale: #313131. Windows color (decimal): -8320966 or 3803265. OLE color: 3803265.

HSL color Cylindrical-coordinate representation of color #81083A: hue angle of 335.21º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81083A is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 8 58 -
CMYK 0 0.94 0.55 0.49
HSL 335.21º 0.88% 0.27% -
HSV(B) 335.21º 0.94% 0.51% -
XYZ 9.9 5.15 4.47 -
YUV 49.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 129 8 58 0 0.94 0.55 0.49 335.21 0.88 0.27
Hex 81 8 3A 0 5E 37 31 14F 58 1B
Octal 201 10 72 0 136 67 61 517 130 33
Binary 10000001 1000 111010 0 1011110 110111 110001 101001111 1011000 11011

Color Harmonies of #81083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81083A

Black with #81083A

Text Example


Text Example

White with #81083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81083A; }

 p { color: rgb(129,8,58); }

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

background-color css

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

 a { background-color: rgb(129,8,58); }

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

border-color css

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

 span { border-color: rgb(129,8,58); }

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