#74000F

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

Shades of Burgundy #74000F

Tints of Burgundy #74000F

Color information

#74000F (or 0x74000F) is unknown color: approx Burgundy. HEX triplet: 74, 00 and 0F. RGB value is (116,0,15). Sum of RGB (Red+Green+Blue) = 116+0+15=131 (17% of max value = 765). Red value is 116 (45.70% from 255 or 88.55% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 116 - color contains mainly: red. Hex color #74000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74000F is #8BFFF0. Grayscale: #242424. Windows color (decimal): -9175025 or 983156. OLE color: 983156.

HSL color Cylindrical-coordinate representation of color #74000F: hue angle of 352.24º 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 #74000F is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB116015-
CMYK010.870.55
HSL352.24º100%22.75%-
HSV(B)352.24º100%45.49%-
XYZ7.293.750.79-
YUV36.39115.93184.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 88.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=88.55%
G=0%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116015010.870.55352.2410022.75
Hex740F06457371606417
Octal16401701441276754014427
Binary111010001111011001001010111110111101100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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