#74010F

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

Shades of Burgundy #74010F

Tints of Burgundy #74010F

Color information

#74010F (or 0x74010F) is unknown color: approx Burgundy. HEX triplet: 74, 01 and 0F. RGB value is (116,1,15). Sum of RGB (Red+Green+Blue) = 116+1+15=132 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.88% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 116 - color contains mainly: red. Hex color #74010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74010F is #8BFEF0. Grayscale: #252525. Windows color (decimal): -9174769 or 983412. OLE color: 983412.

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

Color convert

RGB116115-
CMYK00.990.870.55
HSL352.7º98.29%22.94%-
HSV(B)352.7º99.14%45.49%-
XYZ7.33.770.79-
YUV36.98115.6184.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 87.88%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=87.88%
G=0.76%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11611500.990.870.55352.798.2922.94
Hex741F06357371616217
Octal16411701431276754114227
Binary111010011111011000111010111110111101100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74010F; }

 p { color: rgb(116,1,15); }

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

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

 a { background-color: rgb(116,1,15); }

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

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

 span { border-color: rgb(116,1,15); }

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