Html Css Color HEX #710619 Burgundy

📋 copy color: '#710619'

red 113 ◦ green 6 ◦ blue 25

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

Shades of Burgundy #710619

Tints of Burgundy #710619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

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

R = 78.47%
G = 4.17%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#710619 (or 0x710619) is known color: Burgundy. HEX triplet: 71, 06 and 19. RGB value is (113,6,25). Sum of RGB (Red+Green+Blue) = 113+6+25=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #710619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710619 is #8EF9E6. Grayscale: #282828. Windows color (decimal): -9370087 or 1640049. OLE color: 1640049.

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

Color convert

RGB 113 6 25 -
CMYK 0 0.95 0.78 0.56
HSL 349.35º 0.9% 0.23% -
HSV(B) 349.35º 0.95% 0.44% -
XYZ 7.05 3.71 1.26 -
YUV 40.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 113 6 25 0 0.95 0.78 0.56 349.35 0.9 0.23
Hex 71 6 19 0 5F 4E 38 15D 5A 17
Octal 161 6 31 0 137 116 70 535 132 27
Binary 1110001 110 11001 0 1011111 1001110 111000 101011101 1011010 10111

Color Harmonies of #710619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710619

Black with #710619

Text Example


Text Example

White with #710619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710619; }

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

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

background-color css

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

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

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

border-color css

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

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

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