#740010

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

Shades of Burgundy #740010

Tints of Burgundy #740010

Color information

#740010 (or 0x740010) is unknown color: approx Burgundy. HEX triplet: 74, 00 and 10. RGB value is (116,0,16). Sum of RGB (Red+Green+Blue) = 116+0+16=132 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.88% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 116 - color contains mainly: red. Hex color #740010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740010 is #8BFFEF. Grayscale: #242424. Windows color (decimal): -9175024 or 1048692. OLE color: 1048692.

HSL color Cylindrical-coordinate representation of color #740010: hue angle of 351.72º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740010 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB116016-
CMYK010.860.55
HSL351.72º100%22.75%-
HSV(B)351.72º100%45.49%-
XYZ7.33.750.83-
YUV36.51116.43184.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 87.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=87.88%
G=0%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116016010.860.55351.7210022.75
Hex7401006456371606417
Octal16402001441266754014427
Binary1110100010000011001001010110110111101100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740010; }

 p { color: rgb(116,0,16); }

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

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

 a { background-color: rgb(116,0,16); }

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

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

 span { border-color: rgb(116,0,16); }

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