Html Css Color HEX #81052E Burgundy

📋 copy color: '#81052E'

red 129 ◦ green 5 ◦ blue 46

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

Shades of Burgundy #81052E

Tints of Burgundy #81052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.78%

 BLUE value IS 46 (18.36% from 255) = 25.56%

R = 71.67%
G = 2.78%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#81052E (or 0x81052E) is known color: Burgundy. HEX triplet: 81, 05 and 2E. RGB value is (129,5,46). Sum of RGB (Red+Green+Blue) = 129+5+46=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #81052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81052E is #7EFAD1. Grayscale: #2E2E2E. Windows color (decimal): -8321746 or 3016065. OLE color: 3016065.

HSL color Cylindrical-coordinate representation of color #81052E: hue angle of 340.16º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81052E is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 5 46 -
CMYK 0 0.96 0.64 0.49
HSL 340.16º 0.93% 0.26% -
HSV(B) 340.16º 0.96% 0.51% -
XYZ 9.6 4.97 3.04 -
YUV 46.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 129 5 46 0 0.96 0.64 0.49 340.16 0.93 0.26
Hex 81 5 2E 0 60 40 31 154 5D 1A
Octal 201 5 56 0 140 100 61 524 135 32
Binary 10000001 101 101110 0 1100000 1000000 110001 101010100 1011101 11010

Color Harmonies of #81052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81052E

Black with #81052E

Text Example


Text Example

White with #81052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81052E; }

 p { color: rgb(129,5,46); }

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

background-color css

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

 a { background-color: rgb(129,5,46); }

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

border-color css

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

 span { border-color: rgb(129,5,46); }

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