#440609

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

Shades of Rustic Red #440609

Tints of Rustic Red #440609

Color information

#440609 (or 0x440609) is unknown color: approx Rustic Red. HEX triplet: 44, 06 and 09. RGB value is (68,6,9). Sum of RGB (Red+Green+Blue) = 68+6+9=83 (10% of max value = 765). Red value is 68 (26.95% from 255 or 81.93% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 68 - color contains mainly: red. Hex color #440609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440609 is #BBF9F6. Grayscale: #181818. Windows color (decimal): -12319223 or 591428. OLE color: 591428.

HSL color Cylindrical-coordinate representation of color #440609: hue angle of 357.1º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440609 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB6869-
CMYK00.910.870.73
HSL357.1º83.78%14.51%-
HSV(B)357.1º91.18%26.67%-
XYZ2.51.380.39-
YUV24.88119.04158.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 81.93%
GREEN value IS 6 (2.73% from 255) = 7.23%
BLUE value IS 9 (3.91% from 255) = 10.84%
R=81.93%
G=7.23%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal686900.910.870.73357.183.7814.51
Hex446905B574916554f
Octal104611013312711154512417
Binary10001001101001010110111010111100100110110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440609; }

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

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

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

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

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

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

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

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