Html Css Color HEX #810C39 Burgundy

📋 copy color: '#810C39'

red 129 ◦ green 12 ◦ blue 57

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

Shades of Burgundy #810C39

Tints of Burgundy #810C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.79%

R = 65.15%
G = 6.06%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#810C39 (or 0x810C39) is known color: Burgundy. HEX triplet: 81, 0C and 39. RGB value is (129,12,57). Sum of RGB (Red+Green+Blue) = 129+12+57=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #810C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810C39 is #7EF3C6. Grayscale: #343434. Windows color (decimal): -8319943 or 3738753. OLE color: 3738753.

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

Color convert

RGB 129 12 57 -
CMYK 0 0.91 0.56 0.49
HSL 336.92º 0.83% 0.28% -
HSV(B) 336.92º 0.91% 0.51% -
XYZ 9.92 5.23 4.36 -
YUV 52.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 129 12 57 0 0.91 0.56 0.49 336.92 0.83 0.28
Hex 81 C 39 0 5B 38 31 151 53 1C
Octal 201 14 71 0 133 70 61 521 123 34
Binary 10000001 1100 111001 0 1011011 111000 110001 101010001 1010011 11100

Color Harmonies of #810C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810C39

Black with #810C39

Text Example


Text Example

White with #810C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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