Html Css Color HEX #710329 Burgundy

📋 copy color: '#710329'

red 113 ◦ green 3 ◦ blue 41

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

Shades of Burgundy #710329

Tints of Burgundy #710329

RGB

 RED value IS 113 (44.53% from 255) = 71.97%

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

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 71.97%
G = 1.91%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#710329 (or 0x710329) is known color: Burgundy. HEX triplet: 71, 03 and 29. RGB value is (113,3,41). Sum of RGB (Red+Green+Blue) = 113+3+41=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #710329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710329 is #8EFCD6. Grayscale: #282828. Windows color (decimal): -9370839 or 2687857. OLE color: 2687857.

HSL color Cylindrical-coordinate representation of color #710329: hue angle of 339.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710329 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 41 -
CMYK 0 0.97 0.64 0.56
HSL 339.27º 0.95% 0.23% -
HSV(B) 339.27º 0.97% 0.44% -
XYZ 7.24 3.74 2.44 -
YUV 40.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 113 3 41 0 0.97 0.64 0.56 339.27 0.95 0.23
Hex 71 3 29 0 61 40 38 153 5F 17
Octal 161 3 51 0 141 100 70 523 137 27
Binary 1110001 11 101001 0 1100001 1000000 111000 101010011 1011111 10111

Color Harmonies of #710329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710329

Black with #710329

Text Example


Text Example

White with #710329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710329; }

 p { color: rgb(113,3,41); }

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

background-color css

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

 a { background-color: rgb(113,3,41); }

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

border-color css

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

 span { border-color: rgb(113,3,41); }

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