Html Css Color HEX #710414 Burgundy

📋 copy color: '#710414'

red 113 ◦ green 4 ◦ blue 20

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

Shades of Burgundy #710414

Tints of Burgundy #710414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 82.48%
G = 2.92%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#710414 (or 0x710414) is known color: Burgundy. HEX triplet: 71, 04 and 14. RGB value is (113,4,20). Sum of RGB (Red+Green+Blue) = 113+4+20=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #710414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710414 is #8EFBEB. Grayscale: #262626. Windows color (decimal): -9370604 or 1311857. OLE color: 1311857.

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

Color convert

RGB 113 4 20 -
CMYK 0 0.96 0.82 0.56
HSL 351.19º 0.93% 0.23% -
HSV(B) 351.19º 0.96% 0.44% -
XYZ 6.98 3.65 1 -
YUV 38.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 113 4 20 0 0.96 0.82 0.56 351.19 0.93 0.23
Hex 71 4 14 0 60 52 38 15F 5D 17
Octal 161 4 24 0 140 122 70 537 135 27
Binary 1110001 100 10100 0 1100000 1010010 111000 101011111 1011101 10111

Color Harmonies of #710414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710414

Black with #710414

Text Example


Text Example

White with #710414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710414; }

 p { color: rgb(113,4,20); }

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

background-color css

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

 a { background-color: rgb(113,4,20); }

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

border-color css

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

 span { border-color: rgb(113,4,20); }

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