Html Css Color HEX #710521 Burgundy

📋 copy color: '#710521'

red 113 ◦ green 5 ◦ blue 33

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

Shades of Burgundy #710521

Tints of Burgundy #710521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.31%

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

R = 74.83%
G = 3.31%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#710521 (or 0x710521) is known color: Burgundy. HEX triplet: 71, 05 and 21. RGB value is (113,5,33). Sum of RGB (Red+Green+Blue) = 113+5+33=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #710521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710521 is #8EFADE. Grayscale: #282828. Windows color (decimal): -9370335 or 2164081. OLE color: 2164081.

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

Color convert

RGB 113 5 33 -
CMYK 0 0.96 0.71 0.56
HSL 344.44º 0.92% 0.23% -
HSV(B) 344.44º 0.96% 0.44% -
XYZ 7.14 3.73 1.78 -
YUV 40.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 113 5 33 0 0.96 0.71 0.56 344.44 0.92 0.23
Hex 71 5 21 0 60 47 38 158 5C 17
Octal 161 5 41 0 140 107 70 530 134 27
Binary 1110001 101 100001 0 1100000 1000111 111000 101011000 1011100 10111

Color Harmonies of #710521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710521

Black with #710521

Text Example


Text Example

White with #710521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710521; }

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

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

background-color css

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

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

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

border-color css

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

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

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