#74061A

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

Shades of Burgundy #74061A

Tints of Burgundy #74061A

Color information

#74061A (or 0x74061A) is unknown color: approx Burgundy. HEX triplet: 74, 06 and 1A. RGB value is (116,6,26). Sum of RGB (Red+Green+Blue) = 116+6+26=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #74061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74061A is #8BF9E5. Grayscale: #292929. Windows color (decimal): -9173478 or 1705588. OLE color: 1705588.

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

Color convert

RGB116626-
CMYK00.950.780.55
HSL349.09º90.16%23.92%-
HSV(B)349.09º94.83%45.49%-
XYZ7.453.921.34-
YUV41.17119.44181.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 78.38%
GREEN value IS 6 (2.73% from 255) = 4.05%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=78.38%
G=4.05%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11662600.950.780.55349.0990.1623.92
Hex7461A05F4E3715d5a18
Octal16463201371166753513230
Binary111010011011010010111111001110110111101011101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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