#41171E

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

Shades of Rustic Red #41171E

Tints of Rustic Red #41171E

Color information

#41171E (or 0x41171E) is unknown color: approx Rustic Red. HEX triplet: 41, 17 and 1E. RGB value is (65,23,30). Sum of RGB (Red+Green+Blue) = 65+23+30=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #41171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41171E is #BEE8E1. Grayscale: #242424. Windows color (decimal): -12511458 or 1972033. OLE color: 1972033.

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

Color convert

RGB652330-
CMYK00.650.540.75
HSL350º47.73%17.25%-
HSV(B)350º64.62%25.49%-
XYZ2.721.831.44-
YUV36.36124.41148.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=55.08%
G=19.49%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65233000.650.540.7535047.7317.25
Hex41171E041364B15e3011
Octal10127360101661135366021
Binary1000001101111111001000001110110100101110101111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41171E; }

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

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

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

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

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

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

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

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