Html Css Color HEX #810D2D Burgundy

📋 copy color: '#810D2D'

red 129 ◦ green 13 ◦ blue 45

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

Shades of Burgundy #810D2D

Tints of Burgundy #810D2D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.95%

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

R = 68.98%
G = 6.95%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#810D2D (or 0x810D2D) is known color: Burgundy. HEX triplet: 81, 0D and 2D. RGB value is (129,13,45). Sum of RGB (Red+Green+Blue) = 129+13+45=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #810D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810D2D is #7EF2D2. Grayscale: #333333. Windows color (decimal): -8319699 or 2952577. OLE color: 2952577.

HSL color Cylindrical-coordinate representation of color #810D2D: hue angle of 343.45º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D2D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 13 45 -
CMYK 0 0.90 0.65 0.49
HSL 343.45º 0.82% 0.28% -
HSV(B) 343.45º 0.9% 0.51% -
XYZ 9.67 5.14 2.97 -
YUV 51.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 129 13 45 0 0.90 0.65 0.49 343.45 0.82 0.28
Hex 81 D 2D 0 5A 41 31 157 52 1C
Octal 201 15 55 0 132 101 61 527 122 34
Binary 10000001 1101 101101 0 1011010 1000001 110001 101010111 1010010 11100

Color Harmonies of #810D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810D2D

Black with #810D2D

Text Example


Text Example

White with #810D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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