#720026

Color #720026 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #720026

Tints of Burgundy #720026

Color information

#720026 (or 0x720026) is unknown color: approx 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

RGB114038-
CMYK010.670.55
HSL340º100%22.35%-
HSV(B)340º100%44.71%-
XYZ7.293.722.17-
YUV38.42127.77181.91-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114038010.670.5534010022.35
Hex7202606443371546416
Octal16204601441036752414426
Binary11100100100110011001001000011110111101010100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>