Html Css Color HEX #710029 Burgundy

📋 copy color: '#710029'

red 113 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #710029

Tints of Burgundy #710029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.38%
G = 0%
B = 26.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#710029 (or 0x710029) is known color: Burgundy. HEX triplet: 71, 00 and 29. RGB value is (113,0,41). Sum of RGB (Red+Green+Blue) = 113+0+41=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #710029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710029 is #8EFFD6. Grayscale: #262626. Windows color (decimal): -9371607 or 2687089. OLE color: 2687089.

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

Color convert

RGB 113 0 41 -
CMYK 0 1 0.64 0.56
HSL 338.23º 1% 0.22% -
HSV(B) 338.23º 1% 0.44% -
XYZ 7.21 3.67 2.43 -
YUV 38.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 113 0 41 0 1 0.64 0.56 338.23 1 0.22
Hex 71 0 29 0 64 40 38 152 64 16
Octal 161 0 51 0 144 100 70 522 144 26
Binary 1110001 0 101001 0 1100100 1000000 111000 101010010 1100100 10110

Color Harmonies of #710029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710029

Black with #710029

Text Example


Text Example

White with #710029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710029; }

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

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

background-color css

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

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

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

border-color css

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

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

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