Html Css Color HEX #710129 Burgundy

📋 copy color: '#710129'

red 113 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #710129

Tints of Burgundy #710129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 72.9%
G = 0.65%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#710129 (or 0x710129) is known color: Burgundy. HEX triplet: 71, 01 and 29. RGB value is (113,1,41). Sum of RGB (Red+Green+Blue) = 113+1+41=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #710129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710129 is #8EFED6. Grayscale: #272727. Windows color (decimal): -9371351 or 2687345. OLE color: 2687345.

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

Color convert

RGB 113 1 41 -
CMYK 0 0.99 0.64 0.56
HSL 338.57º 0.98% 0.22% -
HSV(B) 338.57º 0.99% 0.44% -
XYZ 7.22 3.69 2.43 -
YUV 39.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 113 1 41 0 0.99 0.64 0.56 338.57 0.98 0.22
Hex 71 1 29 0 63 40 38 153 62 16
Octal 161 1 51 0 143 100 70 523 142 26
Binary 1110001 1 101001 0 1100011 1000000 111000 101010011 1100010 10110

Color Harmonies of #710129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710129

Black with #710129

Text Example


Text Example

White with #710129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710129; }

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

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

background-color css

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

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

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

border-color css

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

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

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