#74071B

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

Shades of Burgundy #74071B

Tints of Burgundy #74071B

Color information

#74071B (or 0x74071B) is unknown color: approx Burgundy. HEX triplet: 74, 07 and 1B. RGB value is (116,7,27). Sum of RGB (Red+Green+Blue) = 116+7+27=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #74071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74071B is #8BF8E4. Grayscale: #292929. Windows color (decimal): -9173221 or 1771380. OLE color: 1771380.

HSL color Cylindrical-coordinate representation of color #74071B: hue angle of 348.99º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74071B is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB116727-
CMYK00.940.770.55
HSL348.99º88.62%24.12%-
HSV(B)348.99º93.97%45.49%-
XYZ7.483.941.4-
YUV41.87119.61180.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 77.33%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 27 (10.94% from 255) = 18%
R=77.33%
G=4.67%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11672700.940.770.55348.9988.6224.12
Hex7471B05E4D3715d5918
Octal16473301361156753513130
Binary111010011111011010111101001101110111101011101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74071B; }

 p { color: rgb(116,7,27); }

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

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

 a { background-color: rgb(116,7,27); }

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

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

 span { border-color: rgb(116,7,27); }

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