Html Css Color HEX #810127 Burgundy

📋 copy color: '#810127'

red 129 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #810127

Tints of Burgundy #810127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 39 (15.63% from 255) = 23.08%

R = 76.33%
G = 0.59%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#810127 (or 0x810127) is known color: Burgundy. HEX triplet: 81, 01 and 27. RGB value is (129,1,39). Sum of RGB (Red+Green+Blue) = 129+1+39=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #810127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810127 is #7EFED8. Grayscale: #2B2B2B. Windows color (decimal): -8322777 or 2556289. OLE color: 2556289.

HSL color Cylindrical-coordinate representation of color #810127: hue angle of 342.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810127 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 1 39 -
CMYK 0 0.99 0.70 0.49
HSL 342.19º 0.98% 0.25% -
HSV(B) 342.19º 0.99% 0.51% -
XYZ 9.43 4.84 2.36 -
YUV 43.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 129 1 39 0 0.99 0.70 0.49 342.19 0.98 0.25
Hex 81 1 27 0 63 46 31 156 62 19
Octal 201 1 47 0 143 106 61 526 142 31
Binary 10000001 1 100111 0 1100011 1000110 110001 101010110 1100010 11001

Color Harmonies of #810127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810127

Black with #810127

Text Example


Text Example

White with #810127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810127; }

 p { color: rgb(129,1,39); }

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

background-color css

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

 a { background-color: rgb(129,1,39); }

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

border-color css

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

 span { border-color: rgb(129,1,39); }

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