Html Css Color HEX #710221 Burgundy

📋 copy color: '#710221'

red 113 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #710221

Tints of Burgundy #710221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

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

R = 76.35%
G = 1.35%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#710221 (or 0x710221) is known color: Burgundy. HEX triplet: 71, 02 and 21. RGB value is (113,2,33). Sum of RGB (Red+Green+Blue) = 113+2+33=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #710221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710221 is #8EFDDE. Grayscale: #262626. Windows color (decimal): -9371103 or 2163313. OLE color: 2163313.

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

Color convert

RGB 113 2 33 -
CMYK 0 0.98 0.71 0.56
HSL 343.24º 0.97% 0.23% -
HSV(B) 343.24º 0.98% 0.44% -
XYZ 7.11 3.66 1.77 -
YUV 38.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 113 2 33 0 0.98 0.71 0.56 343.24 0.97 0.23
Hex 71 2 21 0 62 47 38 157 61 17
Octal 161 2 41 0 142 107 70 527 141 27
Binary 1110001 10 100001 0 1100010 1000111 111000 101010111 1100001 10111

Color Harmonies of #710221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710221

Black with #710221

Text Example


Text Example

White with #710221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710221; }

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

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

background-color css

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

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

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

border-color css

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

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

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