#440709

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

Shades of Rustic Red #440709

Tints of Rustic Red #440709

Color information

#440709 (or 0x440709) is unknown color: approx Rustic Red. HEX triplet: 44, 07 and 09. RGB value is (68,7,9). Sum of RGB (Red+Green+Blue) = 68+7+9=84 (11% of max value = 765). Red value is 68 (26.95% from 255 or 80.95% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 68 - color contains mainly: red. Hex color #440709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440709 is #BBF8F6. Grayscale: #191919. Windows color (decimal): -12318967 or 591684. OLE color: 591684.

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

Color convert

RGB6879-
CMYK00.900.870.73
HSL358.03º81.33%14.71%-
HSV(B)358.03º89.71%26.67%-
XYZ2.511.40.4-
YUV25.47118.71158.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 80.95%
GREEN value IS 7 (3.12% from 255) = 8.33%
BLUE value IS 9 (3.91% from 255) = 10.71%
R=80.95%
G=8.33%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal687900.900.870.73358.0381.3314.71
Hex447905A574916651f
Octal104711013212711154612117
Binary10001001111001010110101010111100100110110011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440709; }

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

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

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

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

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

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

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

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