Html Css Color HEX #710320 Burgundy

📋 copy color: '#710320'

red 113 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #710320

Tints of Burgundy #710320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.03%

 BLUE value IS 32 (12.89% from 255) = 21.62%

R = 76.35%
G = 2.03%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#710320 (or 0x710320) is known color: Burgundy. HEX triplet: 71, 03 and 20. RGB value is (113,3,32). Sum of RGB (Red+Green+Blue) = 113+3+32=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #710320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710320 is #8EFCDF. Grayscale: #272727. Windows color (decimal): -9370848 or 2098033. OLE color: 2098033.

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

Color convert

RGB 113 3 32 -
CMYK 0 0.97 0.72 0.56
HSL 344.18º 0.95% 0.23% -
HSV(B) 344.18º 0.97% 0.44% -
XYZ 7.1 3.68 1.7 -
YUV 39.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 113 3 32 0 0.97 0.72 0.56 344.18 0.95 0.23
Hex 71 3 20 0 61 48 38 158 5F 17
Octal 161 3 40 0 141 110 70 530 137 27
Binary 1110001 11 100000 0 1100001 1001000 111000 101011000 1011111 10111

Color Harmonies of #710320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710320

Black with #710320

Text Example


Text Example

White with #710320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710320; }

 p { color: rgb(113,3,32); }

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

background-color css

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

 a { background-color: rgb(113,3,32); }

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

border-color css

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

 span { border-color: rgb(113,3,32); }

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