Html Css Color HEX #710429 Burgundy

📋 copy color: '#710429'

red 113 ◦ green 4 ◦ blue 41

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

Shades of Burgundy #710429

Tints of Burgundy #710429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.53%

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

R = 71.52%
G = 2.53%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#710429 (or 0x710429) is known color: Burgundy. HEX triplet: 71, 04 and 29. RGB value is (113,4,41). Sum of RGB (Red+Green+Blue) = 113+4+41=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #710429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710429 is #8EFBD6. Grayscale: #282828. Windows color (decimal): -9370583 or 2688113. OLE color: 2688113.

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

Color convert

RGB 113 4 41 -
CMYK 0 0.96 0.64 0.56
HSL 339.63º 0.93% 0.23% -
HSV(B) 339.63º 0.96% 0.44% -
XYZ 7.25 3.76 2.44 -
YUV 40.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 113 4 41 0 0.96 0.64 0.56 339.63 0.93 0.23
Hex 71 4 29 0 60 40 38 154 5D 17
Octal 161 4 51 0 140 100 70 524 135 27
Binary 1110001 100 101001 0 1100000 1000000 111000 101010100 1011101 10111

Color Harmonies of #710429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710429

Black with #710429

Text Example


Text Example

White with #710429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710429; }

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

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

background-color css

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

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

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

border-color css

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

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

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