Html Css Color HEX #710421 Burgundy

📋 copy color: '#710421'

red 113 ◦ green 4 ◦ blue 33

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

Shades of Burgundy #710421

Tints of Burgundy #710421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 75.33%
G = 2.67%
B = 22%

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

#710421 (or 0x710421) is known color: Burgundy. HEX triplet: 71, 04 and 21. RGB value is (113,4,33). Sum of RGB (Red+Green+Blue) = 113+4+33=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #710421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710421 is #8EFBDE. Grayscale: #272727. Windows color (decimal): -9370591 or 2163825. OLE color: 2163825.

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

Color convert

RGB 113 4 33 -
CMYK 0 0.96 0.71 0.56
HSL 344.04º 0.93% 0.23% -
HSV(B) 344.04º 0.96% 0.44% -
XYZ 7.13 3.71 1.78 -
YUV 39.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 113 4 33 0 0.96 0.71 0.56 344.04 0.93 0.23
Hex 71 4 21 0 60 47 38 158 5D 17
Octal 161 4 41 0 140 107 70 530 135 27
Binary 1110001 100 100001 0 1100000 1000111 111000 101011000 1011101 10111

Color Harmonies of #710421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710421

Black with #710421

Text Example


Text Example

White with #710421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710421; }

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

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

background-color css

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

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

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

border-color css

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

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

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