Html Css Color HEX #810234 Burgundy

📋 copy color: '#810234'

red 129 ◦ green 2 ◦ blue 52

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

Shades of Burgundy #810234

Tints of Burgundy #810234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 70.49%
G = 1.09%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#810234 (or 0x810234) is known color: Burgundy. HEX triplet: 81, 02 and 34. RGB value is (129,2,52). Sum of RGB (Red+Green+Blue) = 129+2+52=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #810234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810234 is #7EFDCB. Grayscale: #2D2D2D. Windows color (decimal): -8322508 or 3408513. OLE color: 3408513.

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

Color convert

RGB 129 2 52 -
CMYK 0 0.98 0.60 0.49
HSL 336.38º 0.97% 0.26% -
HSV(B) 336.38º 0.98% 0.51% -
XYZ 9.69 4.96 3.69 -
YUV 45.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 129 2 52 0 0.98 0.60 0.49 336.38 0.97 0.26
Hex 81 2 34 0 62 3C 31 150 61 1A
Octal 201 2 64 0 142 74 61 520 141 32
Binary 10000001 10 110100 0 1100010 111100 110001 101010000 1100001 11010

Color Harmonies of #810234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810234

Black with #810234

Text Example


Text Example

White with #810234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810234; }

 p { color: rgb(129,2,52); }

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

background-color css

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

 a { background-color: rgb(129,2,52); }

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

border-color css

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

 span { border-color: rgb(129,2,52); }

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