Html Css Color HEX #81052D Burgundy

📋 copy color: '#81052D'

red 129 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #81052D

Tints of Burgundy #81052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.14%

R = 72.07%
G = 2.79%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#81052D (or 0x81052D) is known color: Burgundy. HEX triplet: 81, 05 and 2D. RGB value is (129,5,45). Sum of RGB (Red+Green+Blue) = 129+5+45=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #81052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81052D is #7EFAD2. Grayscale: #2E2E2E. Windows color (decimal): -8321747 or 2950529. OLE color: 2950529.

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

Color convert

RGB 129 5 45 -
CMYK 0 0.96 0.65 0.49
HSL 340.65º 0.93% 0.26% -
HSV(B) 340.65º 0.96% 0.51% -
XYZ 9.58 4.97 2.94 -
YUV 46.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 129 5 45 0 0.96 0.65 0.49 340.65 0.93 0.26
Hex 81 5 2D 0 60 41 31 155 5D 1A
Octal 201 5 55 0 140 101 61 525 135 32
Binary 10000001 101 101101 0 1100000 1000001 110001 101010101 1011101 11010

Color Harmonies of #81052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81052D

Black with #81052D

Text Example


Text Example

White with #81052D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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