#411719

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

Shades of Rustic Red #411719

Tints of Rustic Red #411719

Color information

#411719 (or 0x411719) is unknown color: approx Rustic Red. HEX triplet: 41, 17 and 19. RGB value is (65,23,25). Sum of RGB (Red+Green+Blue) = 65+23+25=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411719 is #BEE8E6. Grayscale: #232323. Windows color (decimal): -12511463 or 1644353. OLE color: 1644353.

HSL color Cylindrical-coordinate representation of color #411719: hue angle of 357.14º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411719 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB652325-
CMYK00.650.620.75
HSL357.14º47.73%17.25%-
HSV(B)357.14º64.62%25.49%-
XYZ2.661.811.13-
YUV35.79121.91148.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=57.52%
G=20.35%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65232500.650.620.75357.1447.7317.25
Hex4117190413E4B1653011
Octal10127310101761135456021
Binary1000001101111100101000001111110100101110110010111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411719; }

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

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

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

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

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

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

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

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