#440711

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

Shades of Rustic Red #440711

Tints of Rustic Red #440711

Color information

#440711 (or 0x440711) is unknown color: approx Rustic Red. HEX triplet: 44, 07 and 11. RGB value is (68,7,17). Sum of RGB (Red+Green+Blue) = 68+7+17=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440711 is #BBF8EE. Grayscale: #1A1A1A. Windows color (decimal): -12318959 or 1115972. OLE color: 1115972.

HSL color Cylindrical-coordinate representation of color #440711: hue angle of 350.16º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440711 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB68717-
CMYK00.900.750.73
HSL350.16º81.33%14.71%-
HSV(B)350.16º89.71%26.67%-
XYZ2.561.420.67-
YUV26.38122.71157.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.91%
GREEN value IS 7 (3.12% from 255) = 7.61%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=73.91%
G=7.61%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6871700.900.750.73350.1681.3314.71
Hex4471105A4B4915e51f
Octal104721013211311153612117
Binary100010011110001010110101001011100100110101111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440711; }

 p { color: rgb(68,7,17); }

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

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

 a { background-color: rgb(68,7,17); }

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

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

 span { border-color: rgb(68,7,17); }

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