#440714

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

Shades of Rustic Red #440714

Tints of Rustic Red #440714

Color information

#440714 (or 0x440714) is unknown color: approx Rustic Red. HEX triplet: 44, 07 and 14. RGB value is (68,7,20). Sum of RGB (Red+Green+Blue) = 68+7+20=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #440714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440714 is #BBF8EB. Grayscale: #1A1A1A. Windows color (decimal): -12318956 or 1312580. OLE color: 1312580.

HSL color Cylindrical-coordinate representation of color #440714: hue angle of 347.21º 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 #440714 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB68720-
CMYK00.900.710.73
HSL347.21º81.33%14.71%-
HSV(B)347.21º89.71%26.67%-
XYZ2.591.430.8-
YUV26.72124.21157.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 71.58%
GREEN value IS 7 (3.12% from 255) = 7.37%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=71.58%
G=7.37%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6872000.900.710.73347.2181.3314.71
Hex4471405A474915b51f
Octal104724013210711153312117
Binary100010011110100010110101000111100100110101101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440714; }

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

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

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

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

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

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

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

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