Html Css Color HEX #810123 Burgundy

📋 copy color: '#810123'

red 129 ◦ green 1 ◦ blue 35

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

Shades of Burgundy #810123

Tints of Burgundy #810123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.21%

R = 78.18%
G = 0.61%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#810123 (or 0x810123) is known color: Burgundy. HEX triplet: 81, 01 and 23. RGB value is (129,1,35). Sum of RGB (Red+Green+Blue) = 129+1+35=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #810123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810123 is #7EFEDC. Grayscale: #2B2B2B. Windows color (decimal): -8322781 or 2294145. OLE color: 2294145.

HSL color Cylindrical-coordinate representation of color #810123: hue angle of 344.06º 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 #810123 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 1 35 -
CMYK 0 0.99 0.73 0.49
HSL 344.06º 0.98% 0.25% -
HSV(B) 344.06º 0.99% 0.51% -
XYZ 9.37 4.81 2.02 -
YUV 43.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 129 1 35 0 0.99 0.73 0.49 344.06 0.98 0.25
Hex 81 1 23 0 63 49 31 158 62 19
Octal 201 1 43 0 143 111 61 530 142 31
Binary 10000001 1 100011 0 1100011 1001001 110001 101011000 1100010 11001

Color Harmonies of #810123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810123

Black with #810123

Text Example


Text Example

White with #810123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810123; }

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

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

background-color css

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

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

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

border-color css

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

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

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