Html Css Color HEX #710109 Burgundy

📋 copy color: '#710109'

red 113 ◦ green 1 ◦ blue 9

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

Shades of Burgundy #710109

Tints of Burgundy #710109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 9 (3.91% from 255) = 7.32%

R = 91.87%
G = 0.81%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#710109 (or 0x710109) is known color: Burgundy. HEX triplet: 71, 01 and 09. RGB value is (113,1,9). Sum of RGB (Red+Green+Blue) = 113+1+9=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710109 is #8EFEF6. Grayscale: #232323. Windows color (decimal): -9371383 or 590193. OLE color: 590193.

HSL color Cylindrical-coordinate representation of color #710109: hue angle of 355.71º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710109 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 9 -
CMYK 0 0.99 0.92 0.56
HSL 355.71º 0.98% 0.22% -
HSV(B) 355.71º 0.99% 0.44% -
XYZ 6.87 3.55 0.58 -
YUV 35.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 113 1 9 0 0.99 0.92 0.56 355.71 0.98 0.22
Hex 71 1 9 0 63 5C 38 164 62 16
Octal 161 1 11 0 143 134 70 544 142 26
Binary 1110001 1 1001 0 1100011 1011100 111000 101100100 1100010 10110

Color Harmonies of #710109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710109

Black with #710109

Text Example


Text Example

White with #710109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710109; }

 p { color: rgb(113,1,9); }

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

background-color css

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

 a { background-color: rgb(113,1,9); }

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

border-color css

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

 span { border-color: rgb(113,1,9); }

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