Html Css Color HEX #720817 Burgundy

📋 copy color: '#720817'

red 114 ◦ green 8 ◦ blue 23

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

Shades of Burgundy #720817

Tints of Burgundy #720817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

 BLUE value IS 23 (9.38% from 255) = 15.86%

R = 78.62%
G = 5.52%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#720817 (or 0x720817) is known color: Burgundy. HEX triplet: 72, 08 and 17. RGB value is (114,8,23). Sum of RGB (Red+Green+Blue) = 114+8+23=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #720817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720817 is #8DF7E8. Grayscale: #292929. Windows color (decimal): -9304041 or 1509490. OLE color: 1509490.

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

Color convert

RGB 114 8 23 -
CMYK 0 0.93 0.80 0.55
HSL 351.51º 0.87% 0.24% -
HSV(B) 351.51º 0.93% 0.45% -
XYZ 7.18 3.81 1.17 -
YUV 41.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 114 8 23 0 0.93 0.80 0.55 351.51 0.87 0.24
Hex 72 8 17 0 5D 50 37 160 57 18
Octal 162 10 27 0 135 120 67 540 127 30
Binary 1110010 1000 10111 0 1011101 1010000 110111 101100000 1010111 11000

Color Harmonies of #720817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720817

Black with #720817

Text Example


Text Example

White with #720817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720817; }

 p { color: rgb(114,8,23); }

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

background-color css

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

 a { background-color: rgb(114,8,23); }

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

border-color css

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

 span { border-color: rgb(114,8,23); }

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