Html Css Color HEX #810C2D Burgundy

📋 copy color: '#810C2D'

red 129 ◦ green 12 ◦ blue 45

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

Shades of Burgundy #810C2D

Tints of Burgundy #810C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.45%

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

R = 69.35%
G = 6.45%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#810C2D (or 0x810C2D) is known color: Burgundy. HEX triplet: 81, 0C and 2D. RGB value is (129,12,45). Sum of RGB (Red+Green+Blue) = 129+12+45=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #810C2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810C2D is #7EF3D2. Grayscale: #323232. Windows color (decimal): -8319955 or 2952321. OLE color: 2952321.

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

Color convert

RGB 129 12 45 -
CMYK 0 0.91 0.65 0.49
HSL 343.08º 0.83% 0.28% -
HSV(B) 343.08º 0.91% 0.51% -
XYZ 9.66 5.12 2.96 -
YUV 50.75 124.76 183.82 -
System Red Green Blue C M Y K H S L
Decimal 129 12 45 0 0.91 0.65 0.49 343.08 0.83 0.28
Hex 81 C 2D 0 5B 41 31 157 53 1C
Octal 201 14 55 0 133 101 61 527 123 34
Binary 10000001 1100 101101 0 1011011 1000001 110001 101010111 1010011 11100

Color Harmonies of #810C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810C2D

Black with #810C2D

Text Example


Text Example

White with #810C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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