Html Css Color HEX #720410 Burgundy

📋 copy color: '#720410'

red 114 ◦ green 4 ◦ blue 16

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

Shades of Burgundy #720410

Tints of Burgundy #720410

RGB

 RED value IS 114 (44.92% from 255) = 85.07%

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

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 85.07%
G = 2.99%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#720410 (or 0x720410) is known color: Burgundy. HEX triplet: 72, 04 and 10. RGB value is (114,4,16). Sum of RGB (Red+Green+Blue) = 114+4+16=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #720410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720410 is #8DFBEF. Grayscale: #262626. Windows color (decimal): -9305072 or 1049714. OLE color: 1049714.

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

Color convert

RGB 114 4 16 -
CMYK 0 0.96 0.86 0.55
HSL 353.45º 0.93% 0.23% -
HSV(B) 353.45º 0.96% 0.45% -
XYZ 7.08 3.7 0.83 -
YUV 38.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 114 4 16 0 0.96 0.86 0.55 353.45 0.93 0.23
Hex 72 4 10 0 60 56 37 161 5D 17
Octal 162 4 20 0 140 126 67 541 135 27
Binary 1110010 100 10000 0 1100000 1010110 110111 101100001 1011101 10111

Color Harmonies of #720410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720410

Black with #720410

Text Example


Text Example

White with #720410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720410; }

 p { color: rgb(114,4,16); }

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

background-color css

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

 a { background-color: rgb(114,4,16); }

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

border-color css

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

 span { border-color: rgb(114,4,16); }

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