#441619

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

Shades of Rustic Red #441619

Tints of Rustic Red #441619

Color information

#441619 (or 0x441619) is unknown color: approx Rustic Red. HEX triplet: 44, 16 and 19. RGB value is (68,22,25). Sum of RGB (Red+Green+Blue) = 68+22+25=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #441619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441619 is #BBE9E6. Grayscale: #242424. Windows color (decimal): -12315111 or 1644100. OLE color: 1644100.

HSL color Cylindrical-coordinate representation of color #441619: hue angle of 356.09º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #441619 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB682225-
CMYK00.680.630.73
HSL356.09º51.11%17.65%-
HSV(B)356.09º67.65%26.67%-
XYZ2.851.871.13-
YUV36.1121.74150.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=59.13%
G=19.13%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68222500.680.630.73356.0951.1117.65
Hex4416190443F491643312
Octal10426310104771115446322
Binary1000100101101100101000100111111100100110110010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441619; }

 p { color: rgb(68,22,25); }

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

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

 a { background-color: rgb(68,22,25); }

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

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

 span { border-color: rgb(68,22,25); }

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