Html Css Color HEX #810339 Burgundy

📋 copy color: '#810339'

red 129 ◦ green 3 ◦ blue 57

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

Shades of Burgundy #810339

Tints of Burgundy #810339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

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

R = 68.25%
G = 1.59%
B = 30.16%

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

#810339 (or 0x810339) is known color: Burgundy. HEX triplet: 81, 03 and 39. RGB value is (129,3,57). Sum of RGB (Red+Green+Blue) = 129+3+57=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 57 (22.66% from 255 or 30.16% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #810339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810339 is #7EFCC6. Grayscale: #2E2E2E. Windows color (decimal): -8322247 or 3736449. OLE color: 3736449.

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

Color convert

RGB 129 3 57 -
CMYK 0 0.98 0.56 0.49
HSL 334.29º 0.95% 0.26% -
HSV(B) 334.29º 0.98% 0.51% -
XYZ 9.82 5.03 4.32 -
YUV 46.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 129 3 57 0 0.98 0.56 0.49 334.29 0.95 0.26
Hex 81 3 39 0 62 38 31 14E 5F 1A
Octal 201 3 71 0 142 70 61 516 137 32
Binary 10000001 11 111001 0 1100010 111000 110001 101001110 1011111 11010

Color Harmonies of #810339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810339

Black with #810339

Text Example


Text Example

White with #810339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810339; }

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

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

background-color css

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

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

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

border-color css

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

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

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