Html Css Color HEX #810C2C Burgundy

📋 copy color: '#810C2C'

red 129 ◦ green 12 ◦ blue 44

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

Shades of Burgundy #810C2C

Tints of Burgundy #810C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.78%

R = 69.73%
G = 6.49%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#810C2C (or 0x810C2C) is known color: Burgundy. HEX triplet: 81, 0C and 2C. RGB value is (129,12,44). Sum of RGB (Red+Green+Blue) = 129+12+44=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810C2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810C2C is #7EF3D3. Grayscale: #323232. Windows color (decimal): -8319956 or 2886785. OLE color: 2886785.

HSL color Cylindrical-coordinate representation of color #810C2C: hue angle of 343.59º 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 #810C2C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 12 44 -
CMYK 0 0.91 0.66 0.49
HSL 343.59º 0.83% 0.28% -
HSV(B) 343.59º 0.91% 0.51% -
XYZ 9.64 5.11 2.86 -
YUV 50.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 129 12 44 0 0.91 0.66 0.49 343.59 0.83 0.28
Hex 81 C 2C 0 5B 42 31 158 53 1C
Octal 201 14 54 0 133 102 61 530 123 34
Binary 10000001 1100 101100 0 1011011 1000010 110001 101011000 1010011 11100

Color Harmonies of #810C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810C2C

Black with #810C2C

Text Example


Text Example

White with #810C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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