#41171D

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

Shades of Rustic Red #41171D

Tints of Rustic Red #41171D

Color information

#41171D (or 0x41171D) is unknown color: approx Rustic Red. HEX triplet: 41, 17 and 1D. RGB value is (65,23,29). Sum of RGB (Red+Green+Blue) = 65+23+29=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41171D is #BEE8E2. Grayscale: #242424. Windows color (decimal): -12511459 or 1906497. OLE color: 1906497.

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

Color convert

RGB652329-
CMYK00.650.550.75
HSL351.43º47.73%17.25%-
HSV(B)351.43º64.62%25.49%-
XYZ2.711.831.37-
YUV36.24123.91148.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=55.56%
G=19.66%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65232900.650.550.75351.4347.7317.25
Hex41171D041374B15f3011
Octal10127350101671135376021
Binary1000001101111110101000001110111100101110101111111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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