#74082B

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

Shades of Burgundy #74082B

Tints of Burgundy #74082B

Color information

#74082B (or 0x74082B) is unknown color: approx Burgundy. HEX triplet: 74, 08 and 2B. RGB value is (116,8,43). Sum of RGB (Red+Green+Blue) = 116+8+43=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74082B is #8BF7D4. Grayscale: #2C2C2C. Windows color (decimal): -9172949 or 2820212. OLE color: 2820212.

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

Color convert

RGB116843-
CMYK00.930.630.55
HSL340.56º87.1%24.31%-
HSV(B)340.56º93.1%45.49%-
XYZ7.734.062.66-
YUV44.28127.28179.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.46%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=69.46%
G=4.79%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11684300.930.630.55340.5687.124.31
Hex7482B05D3F371555718
Octal16410530135776752512730
Binary1110100100010101101011101111111110111101010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74082B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,8,43); }

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

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

 a { background-color: rgb(116,8,43); }

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

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

 span { border-color: rgb(116,8,43); }

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