Html Css Color HEX #720026 Burgundy

📋 copy color: '#720026'

red 114 ◦ green 0 ◦ blue 38

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

Shades of Burgundy #720026

Tints of Burgundy #720026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#720026 (or 0x720026) is known color: Burgundy. HEX triplet: 72, 00 and 26. RGB value is (114,0,38). Sum of RGB (Red+Green+Blue) = 114+0+38=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #720026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720026 is #8DFFD9. Grayscale: #262626. Windows color (decimal): -9306074 or 2490482. OLE color: 2490482.

HSL color Cylindrical-coordinate representation of color #720026: hue angle of 340º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720026 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 0 38 -
CMYK 0 1 0.67 0.55
HSL 340º 1% 0.22% -
HSV(B) 340º 1% 0.45% -
XYZ 7.29 3.72 2.17 -
YUV 38.42 127.77 181.91 -
System Red Green Blue C M Y K H S L
Decimal 114 0 38 0 1 0.67 0.55 340 1 0.22
Hex 72 0 26 0 64 43 37 154 64 16
Octal 162 0 46 0 144 103 67 524 144 26
Binary 1110010 0 100110 0 1100100 1000011 110111 101010100 1100100 10110

Color Harmonies of #720026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720026

Black with #720026

Text Example


Text Example

White with #720026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720026; }

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

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

background-color css

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

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

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

border-color css

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

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

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