Html Css Color HEX #810A2D Burgundy

📋 copy color: '#810A2D'

red 129 ◦ green 10 ◦ blue 45

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

Shades of Burgundy #810A2D

Tints of Burgundy #810A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.43%

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

R = 70.11%
G = 5.43%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#810A2D (or 0x810A2D) is known color: Burgundy. HEX triplet: 81, 0A and 2D. RGB value is (129,10,45). Sum of RGB (Red+Green+Blue) = 129+10+45=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #810A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810A2D is #7EF5D2. Grayscale: #313131. Windows color (decimal): -8320467 or 2951809. OLE color: 2951809.

HSL color Cylindrical-coordinate representation of color #810A2D: hue angle of 342.35º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810A2D is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 10 45 -
CMYK 0 0.92 0.65 0.49
HSL 342.35º 0.86% 0.27% -
HSV(B) 342.35º 0.92% 0.51% -
XYZ 9.64 5.07 2.95 -
YUV 49.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 129 10 45 0 0.92 0.65 0.49 342.35 0.86 0.27
Hex 81 A 2D 0 5C 41 31 156 56 1B
Octal 201 12 55 0 134 101 61 526 126 33
Binary 10000001 1010 101101 0 1011100 1000001 110001 101010110 1010110 11011

Color Harmonies of #810A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810A2D

Black with #810A2D

Text Example


Text Example

White with #810A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810A2D; }

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

 H1.HeaderClassName
 {
   color: #810A2D;
 }
 .AnyTagClassName
 {
   color: #810A2D;
 }
</style>

background-color css

<style>
 a { background-color: #810A2D; }

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

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

border-color css

<style>
 span { border-color: #810A2D; }

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

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