Html Css Color HEX #720610 Burgundy

📋 copy color: '#720610'

red 114 ◦ green 6 ◦ blue 16

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

Shades of Burgundy #720610

Tints of Burgundy #720610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.41%

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

R = 83.82%
G = 4.41%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#720610 (or 0x720610) is known color: Burgundy. HEX triplet: 72, 06 and 10. RGB value is (114,6,16). Sum of RGB (Red+Green+Blue) = 114+6+16=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #720610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720610 is #8DF9EF. Grayscale: #272727. Windows color (decimal): -9304560 or 1050226. OLE color: 1050226.

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

Color convert

RGB 114 6 16 -
CMYK 0 0.95 0.86 0.55
HSL 354.44º 0.9% 0.24% -
HSV(B) 354.44º 0.95% 0.45% -
XYZ 7.1 3.75 0.84 -
YUV 39.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 114 6 16 0 0.95 0.86 0.55 354.44 0.9 0.24
Hex 72 6 10 0 5F 56 37 162 5A 18
Octal 162 6 20 0 137 126 67 542 132 30
Binary 1110010 110 10000 0 1011111 1010110 110111 101100010 1011010 11000

Color Harmonies of #720610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720610

Black with #720610

Text Example


Text Example

White with #720610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720610; }

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

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

background-color css

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

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

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

border-color css

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

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

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