Html Css Color HEX #720926 Burgundy

📋 copy color: '#720926'

red 114 ◦ green 9 ◦ blue 38

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

Shades of Burgundy #720926

Tints of Burgundy #720926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.6%

R = 70.81%
G = 5.59%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#720926 (or 0x720926) is known color: Burgundy. HEX triplet: 72, 09 and 26. RGB value is (114,9,38). Sum of RGB (Red+Green+Blue) = 114+9+38=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #720926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720926 is #8DF6D9. Grayscale: #2B2B2B. Windows color (decimal): -9303770 or 2492786. OLE color: 2492786.

HSL color Cylindrical-coordinate representation of color #720926: hue angle of 343.43º 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 #720926 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 9 38 -
CMYK 0 0.92 0.67 0.55
HSL 343.43º 0.85% 0.24% -
HSV(B) 343.43º 0.92% 0.45% -
XYZ 7.39 3.91 2.2 -
YUV 43.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 114 9 38 0 0.92 0.67 0.55 343.43 0.85 0.24
Hex 72 9 26 0 5C 43 37 157 55 18
Octal 162 11 46 0 134 103 67 527 125 30
Binary 1110010 1001 100110 0 1011100 1000011 110111 101010111 1010101 11000

Color Harmonies of #720926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720926

Black with #720926

Text Example


Text Example

White with #720926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720926; }

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

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

background-color css

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

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

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

border-color css

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

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

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