Html Css Color HEX #710322 Burgundy

📋 copy color: '#710322'

red 113 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #710322

Tints of Burgundy #710322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.67%

R = 75.33%
G = 2%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#710322 (or 0x710322) is known color: Burgundy. HEX triplet: 71, 03 and 22. RGB value is (113,3,34). Sum of RGB (Red+Green+Blue) = 113+3+34=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #710322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710322 is #8EFCDD. Grayscale: #272727. Windows color (decimal): -9370846 or 2229105. OLE color: 2229105.

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

Color convert

RGB 113 3 34 -
CMYK 0 0.97 0.70 0.56
HSL 343.09º 0.95% 0.23% -
HSV(B) 343.09º 0.97% 0.44% -
XYZ 7.13 3.69 1.85 -
YUV 39.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 113 3 34 0 0.97 0.70 0.56 343.09 0.95 0.23
Hex 71 3 22 0 61 46 38 157 5F 17
Octal 161 3 42 0 141 106 70 527 137 27
Binary 1110001 11 100010 0 1100001 1000110 111000 101010111 1011111 10111

Color Harmonies of #710322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710322

Black with #710322

Text Example


Text Example

White with #710322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710322; }

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

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

background-color css

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

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

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

border-color css

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

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

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