#440917

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

Shades of Rustic Red #440917

Tints of Rustic Red #440917

Color information

#440917 (or 0x440917) is unknown color: approx Rustic Red. HEX triplet: 44, 09 and 17. RGB value is (68,9,23). Sum of RGB (Red+Green+Blue) = 68+9+23=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #440917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440917 is #BBF6E8. Grayscale: #1C1C1C. Windows color (decimal): -12318441 or 1509700. OLE color: 1509700.

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

Color convert

RGB68923-
CMYK00.870.660.73
HSL345.76º76.62%15.1%-
HSV(B)345.76º86.76%26.67%-
XYZ2.641.490.96-
YUV28.24125.05156.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 23 (9.38% from 255) = 23%
R=68%
G=9%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6892300.870.660.73345.7676.6215.1
Hex44917057424915a4df
Octal1041127012710211153211517
Binary1000100100110111010101111000010100100110101101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440917; }

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

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

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

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

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

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

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

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