#740831

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

Shades of Burgundy #740831

Tints of Burgundy #740831

Color information

#740831 (or 0x740831) is unknown color: approx Burgundy. HEX triplet: 74, 08 and 31. RGB value is (116,8,49). Sum of RGB (Red+Green+Blue) = 116+8+49=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #740831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740831 is #8BF7CE. Grayscale: #2C2C2C. Windows color (decimal): -9172943 or 3213428. OLE color: 3213428.

HSL color Cylindrical-coordinate representation of color #740831: hue angle of 337.22º 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 #740831 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB116849-
CMYK00.930.580.55
HSL337.22º87.1%24.31%-
HSV(B)337.22º93.1%45.49%-
XYZ7.844.113.29-
YUV44.97130.28178.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=67.05%
G=4.62%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11684900.930.580.55337.2287.124.31
Hex7483105D3A371515718
Octal16410610135726752112730
Binary1110100100011000101011101111010110111101010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740831; }

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

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

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

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

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

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

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

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