#411718

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

Shades of Rustic Red #411718

Tints of Rustic Red #411718

Color information

#411718 (or 0x411718) is unknown color: approx Rustic Red. HEX triplet: 41, 17 and 18. RGB value is (65,23,24). Sum of RGB (Red+Green+Blue) = 65+23+24=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #411718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411718 is #BEE8E7. Grayscale: #232323. Windows color (decimal): -12511464 or 1578817. OLE color: 1578817.

HSL color Cylindrical-coordinate representation of color #411718: hue angle of 358.57º 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 #411718 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB652324-
CMYK00.650.630.75
HSL358.57º47.73%17.25%-
HSV(B)358.57º64.62%25.49%-
XYZ2.651.81.07-
YUV35.67121.41148.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=58.04%
G=20.54%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65232400.650.630.75358.5747.7317.25
Hex4117180413F4B1673011
Octal10127300101771135476021
Binary1000001101111100001000001111111100101110110011111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411718; }

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

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

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

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

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

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

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

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