Html Css Color HEX #810239 Burgundy

📋 copy color: '#810239'

red 129 ◦ green 2 ◦ blue 57

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

Shades of Burgundy #810239

Tints of Burgundy #810239

RGB

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

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

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

R = 68.62%
G = 1.06%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#810239 (or 0x810239) is known color: Burgundy. HEX triplet: 81, 02 and 39. RGB value is (129,2,57). Sum of RGB (Red+Green+Blue) = 129+2+57=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #810239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810239 is #7EFDC6. Grayscale: #2E2E2E. Windows color (decimal): -8322503 or 3736193. OLE color: 3736193.

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

Color convert

RGB 129 2 57 -
CMYK 0 0.98 0.56 0.49
HSL 334.02º 0.97% 0.26% -
HSV(B) 334.02º 0.98% 0.51% -
XYZ 9.81 5.01 4.32 -
YUV 46.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 129 2 57 0 0.98 0.56 0.49 334.02 0.97 0.26
Hex 81 2 39 0 62 38 31 14E 61 1A
Octal 201 2 71 0 142 70 61 516 141 32
Binary 10000001 10 111001 0 1100010 111000 110001 101001110 1100001 11010

Color Harmonies of #810239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810239

Black with #810239

Text Example


Text Example

White with #810239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810239; }

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

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

background-color css

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

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

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

border-color css

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

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

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