Html Css Color HEX #720826 Burgundy

📋 copy color: '#720826'

red 114 ◦ green 8 ◦ blue 38

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

Shades of Burgundy #720826

Tints of Burgundy #720826

RGB

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

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

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

R = 71.25%
G = 5%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#720826 (or 0x720826) is known color: Burgundy. HEX triplet: 72, 08 and 26. RGB value is (114,8,38). Sum of RGB (Red+Green+Blue) = 114+8+38=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #720826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720826 is #8DF7D9. Grayscale: #2B2B2B. Windows color (decimal): -9304026 or 2492530. OLE color: 2492530.

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

Color convert

RGB 114 8 38 -
CMYK 0 0.93 0.67 0.55
HSL 343.02º 0.87% 0.24% -
HSV(B) 343.02º 0.93% 0.45% -
XYZ 7.38 3.89 2.2 -
YUV 43.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 114 8 38 0 0.93 0.67 0.55 343.02 0.87 0.24
Hex 72 8 26 0 5D 43 37 157 57 18
Octal 162 10 46 0 135 103 67 527 127 30
Binary 1110010 1000 100110 0 1011101 1000011 110111 101010111 1010111 11000

Color Harmonies of #720826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720826

Black with #720826

Text Example


Text Example

White with #720826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720826; }

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

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

background-color css

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

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

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

border-color css

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

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

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