#74031B

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

Shades of Burgundy #74031B

Tints of Burgundy #74031B

Color information

#74031B (or 0x74031B) is unknown color: approx Burgundy. HEX triplet: 74, 03 and 1B. RGB value is (116,3,27). Sum of RGB (Red+Green+Blue) = 116+3+27=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #74031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74031B is #8BFCE4. Grayscale: #272727. Windows color (decimal): -9174245 or 1770356. OLE color: 1770356.

HSL color Cylindrical-coordinate representation of color #74031B: hue angle of 347.26º 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 #74031B is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB116327-
CMYK00.970.770.55
HSL347.26º94.96%23.33%-
HSV(B)347.26º97.41%45.49%-
XYZ7.433.861.39-
YUV39.52120.94182.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 79.45%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=79.45%
G=2.05%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11632700.970.770.55347.2694.9623.33
Hex7431B0614D3715b5f17
Octal16433301411156753313727
Binary11101001111011011000011001101110111101011011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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