Html Css Color HEX #710121 Burgundy

📋 copy color: '#710121'

red 113 ◦ green 1 ◦ blue 33

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

Shades of Burgundy #710121

Tints of Burgundy #710121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.45%

R = 76.87%
G = 0.68%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#710121 (or 0x710121) is known color: Burgundy. HEX triplet: 71, 01 and 21. RGB value is (113,1,33). Sum of RGB (Red+Green+Blue) = 113+1+33=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710121 is #8EFEDE. Grayscale: #262626. Windows color (decimal): -9371359 or 2163057. OLE color: 2163057.

HSL color Cylindrical-coordinate representation of color #710121: hue angle of 342.86º 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 #710121 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 33 -
CMYK 0 0.99 0.71 0.56
HSL 342.86º 0.98% 0.22% -
HSV(B) 342.86º 0.99% 0.44% -
XYZ 7.1 3.64 1.77 -
YUV 38.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 113 1 33 0 0.99 0.71 0.56 342.86 0.98 0.22
Hex 71 1 21 0 63 47 38 157 62 16
Octal 161 1 41 0 143 107 70 527 142 26
Binary 1110001 1 100001 0 1100011 1000111 111000 101010111 1100010 10110

Color Harmonies of #710121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710121

Black with #710121

Text Example


Text Example

White with #710121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710121; }

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

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

background-color css

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

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

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

border-color css

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

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

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