#740027

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

Shades of Burgundy #740027

Tints of Burgundy #740027

Color information

#740027 (or 0x740027) is unknown color: approx Burgundy. HEX triplet: 74, 00 and 27. RGB value is (116,0,39). Sum of RGB (Red+Green+Blue) = 116+0+39=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #740027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740027 is #8BFFD8. Grayscale: #272727. Windows color (decimal): -9175001 or 2556020. OLE color: 2556020.

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

Color convert

RGB116039-
CMYK010.660.55
HSL339.83º100%22.75%-
HSV(B)339.83º100%45.49%-
XYZ7.573.862.27-
YUV39.13127.93182.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 74.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=74.84%
G=0%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116039010.660.55339.8310022.75
Hex7402706442371546417
Octal16404701441026752414427
Binary11101000100111011001001000010110111101010100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740027; }

 p { color: rgb(116,0,39); }

 H1.HeaderClassName
 {
   color: #740027;
 }
 .AnyTagClassName
 {
   color: #740027;
 }
</style>
background-color css

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

 a { background-color: rgb(116,0,39); }

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

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

 span { border-color: rgb(116,0,39); }

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