Html Css Color HEX #710326 Burgundy

📋 copy color: '#710326'

red 113 ◦ green 3 ◦ blue 38

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

Shades of Burgundy #710326

Tints of Burgundy #710326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 73.38%
G = 1.95%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#710326 (or 0x710326) is known color: Burgundy. HEX triplet: 71, 03 and 26. RGB value is (113,3,38). Sum of RGB (Red+Green+Blue) = 113+3+38=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #710326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710326 is #8EFCD9. Grayscale: #272727. Windows color (decimal): -9370842 or 2491249. OLE color: 2491249.

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

Color convert

RGB 113 3 38 -
CMYK 0 0.97 0.66 0.56
HSL 340.91º 0.95% 0.23% -
HSV(B) 340.91º 0.97% 0.44% -
XYZ 7.19 3.72 2.17 -
YUV 39.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 113 3 38 0 0.97 0.66 0.56 340.91 0.95 0.23
Hex 71 3 26 0 61 42 38 155 5F 17
Octal 161 3 46 0 141 102 70 525 137 27
Binary 1110001 11 100110 0 1100001 1000010 111000 101010101 1011111 10111

Color Harmonies of #710326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710326

Black with #710326

Text Example


Text Example

White with #710326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710326; }

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

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

background-color css

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

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

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

border-color css

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

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

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