#74031A

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

Shades of Burgundy #74031A

Tints of Burgundy #74031A

Color information

#74031A (or 0x74031A) is unknown color: approx Burgundy. HEX triplet: 74, 03 and 1A. RGB value is (116,3,26). Sum of RGB (Red+Green+Blue) = 116+3+26=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #74031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74031A is #8BFCE5. Grayscale: #272727. Windows color (decimal): -9174246 or 1704820. OLE color: 1704820.

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

Color convert

RGB116326-
CMYK00.970.780.55
HSL347.79º94.96%23.33%-
HSV(B)347.79º97.41%45.49%-
XYZ7.423.851.33-
YUV39.41120.44182.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=80%
G=2.07%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11632600.970.780.55347.7994.9623.33
Hex7431A0614E3715c5f17
Octal16433201411166753413727
Binary11101001111010011000011001110110111101011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74031A; }

 p { color: rgb(116,3,26); }

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

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

 a { background-color: rgb(116,3,26); }

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

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

 span { border-color: rgb(116,3,26); }

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