#740A28

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

Shades of Burgundy #740A28

Tints of Burgundy #740A28

Color information

#740A28 (or 0x740A28) is unknown color: approx Burgundy. HEX triplet: 74, 0A and 28. RGB value is (116,10,40). Sum of RGB (Red+Green+Blue) = 116+10+40=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #740A28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740A28 is #8BF5D7. Grayscale: #2D2D2D. Windows color (decimal): -9172440 or 2624116. OLE color: 2624116.

HSL color Cylindrical-coordinate representation of color #740A28: hue angle of 343.02º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A28 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1161040-
CMYK00.910.660.55
HSL343.02º84.13%24.71%-
HSV(B)343.02º91.38%45.49%-
XYZ7.694.082.39-
YUV45.11125.12178.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.88%
GREEN value IS 10 (4.30% from 255) = 6.02%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=69.88%
G=6.02%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116104000.910.660.55343.0284.1324.71
Hex74A2805B42371575419
Octal164125001331026752712431
Binary11101001010101000010110111000010110111101010111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740A28; }

 p { color: rgb(116,10,40); }

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

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

 a { background-color: rgb(116,10,40); }

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

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

 span { border-color: rgb(116,10,40); }

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