Html Css Color HEX #710319 Burgundy

📋 copy color: '#710319'

red 113 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #710319

Tints of Burgundy #710319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 80.14%
G = 2.13%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#710319 (or 0x710319) is known color: Burgundy. HEX triplet: 71, 03 and 19. RGB value is (113,3,25). Sum of RGB (Red+Green+Blue) = 113+3+25=141 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.14% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 113 - color contains mainly: red. Hex color #710319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710319 is #8EFCE6. Grayscale: #262626. Windows color (decimal): -9370855 or 1639281. OLE color: 1639281.

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

Color convert

RGB 113 3 25 -
CMYK 0 0.97 0.78 0.56
HSL 348º 0.95% 0.23% -
HSV(B) 348º 0.97% 0.44% -
XYZ 7.02 3.65 1.25 -
YUV 38.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 113 3 25 0 0.97 0.78 0.56 348 0.95 0.23
Hex 71 3 19 0 61 4E 38 15C 5F 17
Octal 161 3 31 0 141 116 70 534 137 27
Binary 1110001 11 11001 0 1100001 1001110 111000 101011100 1011111 10111

Color Harmonies of #710319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710319

Black with #710319

Text Example


Text Example

White with #710319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710319; }

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

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

background-color css

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

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

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

border-color css

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

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

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