Html Css Color HEX #720924 Burgundy

📋 copy color: '#720924'

red 114 ◦ green 9 ◦ blue 36

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

Shades of Burgundy #720924

Tints of Burgundy #720924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.66%

 BLUE value IS 36 (14.45% from 255) = 22.64%

R = 71.7%
G = 5.66%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#720924 (or 0x720924) is known color: Burgundy. HEX triplet: 72, 09 and 24. RGB value is (114,9,36). Sum of RGB (Red+Green+Blue) = 114+9+36=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 36 (14.45% from 255 or 22.64% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #720924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720924 is #8DF6DB. Grayscale: #2B2B2B. Windows color (decimal): -9303772 or 2361714. OLE color: 2361714.

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

Color convert

RGB 114 9 36 -
CMYK 0 0.92 0.68 0.55
HSL 344.57º 0.85% 0.24% -
HSV(B) 344.57º 0.92% 0.45% -
XYZ 7.36 3.9 2.03 -
YUV 43.47 123.79 178.3 -
System Red Green Blue C M Y K H S L
Decimal 114 9 36 0 0.92 0.68 0.55 344.57 0.85 0.24
Hex 72 9 24 0 5C 44 37 159 55 18
Octal 162 11 44 0 134 104 67 531 125 30
Binary 1110010 1001 100100 0 1011100 1000100 110111 101011001 1010101 11000

Color Harmonies of #720924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720924

Black with #720924

Text Example


Text Example

White with #720924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720924; }

 p { color: rgb(114,9,36); }

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

background-color css

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

 a { background-color: rgb(114,9,36); }

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

border-color css

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

 span { border-color: rgb(114,9,36); }

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