#41171B

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

Shades of Rustic Red #41171B

Tints of Rustic Red #41171B

Color information

#41171B (or 0x41171B) is unknown color: approx Rustic Red. HEX triplet: 41, 17 and 1B. RGB value is (65,23,27). Sum of RGB (Red+Green+Blue) = 65+23+27=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41171B is #BEE8E4. Grayscale: #242424. Windows color (decimal): -12511461 or 1775425. OLE color: 1775425.

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

Color convert

RGB652327-
CMYK00.650.580.75
HSL354.29º47.73%17.25%-
HSV(B)354.29º64.62%25.49%-
XYZ2.681.821.25-
YUV36.01122.91148.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 23 (9.38% from 255) = 20%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=56.52%
G=20%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65232700.650.580.75354.2947.7317.25
Hex41171B0413A4B1623011
Octal10127330101721135426021
Binary1000001101111101101000001111010100101110110001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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