Html Css Color HEX #81052F Burgundy

📋 copy color: '#81052F'

red 129 ◦ green 5 ◦ blue 47

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

Shades of Burgundy #81052F

Tints of Burgundy #81052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.97%

R = 71.27%
G = 2.76%
B = 25.97%

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

#81052F (or 0x81052F) is known color: Burgundy. HEX triplet: 81, 05 and 2F. RGB value is (129,5,47). Sum of RGB (Red+Green+Blue) = 129+5+47=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #81052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81052F is #7EFAD0. Grayscale: #2E2E2E. Windows color (decimal): -8321745 or 3081601. OLE color: 3081601.

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

Color convert

RGB 129 5 47 -
CMYK 0 0.96 0.64 0.49
HSL 339.68º 0.93% 0.26% -
HSV(B) 339.68º 0.96% 0.51% -
XYZ 9.62 4.98 3.14 -
YUV 46.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 129 5 47 0 0.96 0.64 0.49 339.68 0.93 0.26
Hex 81 5 2F 0 60 40 31 154 5D 1A
Octal 201 5 57 0 140 100 61 524 135 32
Binary 10000001 101 101111 0 1100000 1000000 110001 101010100 1011101 11010

Color Harmonies of #81052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81052F

Black with #81052F

Text Example


Text Example

White with #81052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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