#740430

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

Shades of Burgundy #740430

Tints of Burgundy #740430

Color information

#740430 (or 0x740430) is unknown color: approx Burgundy. HEX triplet: 74, 04 and 30. RGB value is (116,4,48). Sum of RGB (Red+Green+Blue) = 116+4+48=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #740430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740430 is #8BFBCF. Grayscale: #2A2A2A. Windows color (decimal): -9173968 or 3146868. OLE color: 3146868.

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

Color convert

RGB116448-
CMYK00.970.590.55
HSL336.43º93.33%23.53%-
HSV(B)336.43º96.55%45.49%-
XYZ7.784.013.16-
YUV42.5131.11180.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=69.05%
G=2.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11644800.970.590.55336.4393.3323.53
Hex744300613B371505d18
Octal1644600141736752013530
Binary111010010011000001100001111011110111101010000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740430; }

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

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

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

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

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

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

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

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