#740530

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

Shades of Burgundy #740530

Tints of Burgundy #740530

Color information

#740530 (or 0x740530) is unknown color: approx Burgundy. HEX triplet: 74, 05 and 30. RGB value is (116,5,48). Sum of RGB (Red+Green+Blue) = 116+5+48=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #740530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740530 is #8BFACF. Grayscale: #2B2B2B. Windows color (decimal): -9173712 or 3147124. OLE color: 3147124.

HSL color Cylindrical-coordinate representation of color #740530: hue angle of 336.76º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740530 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB116548-
CMYK00.960.590.55
HSL336.76º91.74%23.73%-
HSV(B)336.76º95.69%45.49%-
XYZ7.794.033.16-
YUV43.09130.77180-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 68.64%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=68.64%
G=2.96%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11654800.960.590.55336.7691.7423.73
Hex745300603B371515c18
Octal1645600140736752113430
Binary111010010111000001100000111011110111101010001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740530; }

 p { color: rgb(116,5,48); }

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

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

 a { background-color: rgb(116,5,48); }

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

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

 span { border-color: rgb(116,5,48); }

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