Html Css Color HEX #710412 Burgundy

📋 copy color: '#710412'

red 113 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #710412

Tints of Burgundy #710412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.33%

R = 83.7%
G = 2.96%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#710412 (or 0x710412) is known color: Burgundy. HEX triplet: 71, 04 and 12. RGB value is (113,4,18). Sum of RGB (Red+Green+Blue) = 113+4+18=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #710412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710412 is #8EFBED. Grayscale: #262626. Windows color (decimal): -9370606 or 1180785. OLE color: 1180785.

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

Color convert

RGB 113 4 18 -
CMYK 0 0.96 0.84 0.56
HSL 352.29º 0.93% 0.23% -
HSV(B) 352.29º 0.96% 0.44% -
XYZ 6.96 3.64 0.91 -
YUV 38.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 113 4 18 0 0.96 0.84 0.56 352.29 0.93 0.23
Hex 71 4 12 0 60 54 38 160 5D 17
Octal 161 4 22 0 140 124 70 540 135 27
Binary 1110001 100 10010 0 1100000 1010100 111000 101100000 1011101 10111

Color Harmonies of #710412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710412

Black with #710412

Text Example


Text Example

White with #710412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710412; }

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

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

background-color css

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

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

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

border-color css

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

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

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