#441719

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

Shades of Rustic Red #441719

Tints of Rustic Red #441719

Color information

#441719 (or 0x441719) is unknown color: approx Rustic Red. HEX triplet: 44, 17 and 19. RGB value is (68,23,25). Sum of RGB (Red+Green+Blue) = 68+23+25=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #441719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441719 is #BBE8E6. Grayscale: #242424. Windows color (decimal): -12314855 or 1644356. OLE color: 1644356.

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

Color convert

RGB682325-
CMYK00.660.630.73
HSL357.33º49.45%17.84%-
HSV(B)357.33º66.18%26.67%-
XYZ2.871.911.14-
YUV36.68121.41150.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.62%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=58.62%
G=19.83%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68232500.660.630.73357.3349.4517.84
Hex4417190423F491653112
Octal10427310102771115456122
Binary1000100101111100101000010111111100100110110010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441719; }

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

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

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

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

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

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

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

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