Html Css Color HEX #710409 Burgundy

📋 copy color: '#710409'

red 113 ◦ green 4 ◦ blue 9

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

Shades of Burgundy #710409

Tints of Burgundy #710409

RGB

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

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

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

R = 89.68%
G = 3.17%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#710409 (or 0x710409) is known color: Burgundy. HEX triplet: 71, 04 and 09. RGB value is (113,4,9). Sum of RGB (Red+Green+Blue) = 113+4+9=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #710409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710409 is #8EFBF6. Grayscale: #252525. Windows color (decimal): -9370615 or 590961. OLE color: 590961.

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

Color convert

RGB 113 4 9 -
CMYK 0 0.96 0.92 0.56
HSL 357.25º 0.93% 0.23% -
HSV(B) 357.25º 0.96% 0.44% -
XYZ 6.9 3.62 0.59 -
YUV 37.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 113 4 9 0 0.96 0.92 0.56 357.25 0.93 0.23
Hex 71 4 9 0 60 5C 38 165 5D 17
Octal 161 4 11 0 140 134 70 545 135 27
Binary 1110001 100 1001 0 1100000 1011100 111000 101100101 1011101 10111

Color Harmonies of #710409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710409

Black with #710409

Text Example


Text Example

White with #710409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710409; }

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

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

background-color css

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

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

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

border-color css

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

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

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