#41111B

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

Shades of Rustic Red #41111B

Tints of Rustic Red #41111B

Color information

#41111B (or 0x41111B) is unknown color: approx Rustic Red. HEX triplet: 41, 11 and 1B. RGB value is (65,17,27). Sum of RGB (Red+Green+Blue) = 65+17+27=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #41111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41111B is #BEEEE4. Grayscale: #202020. Windows color (decimal): -12512997 or 1773889. OLE color: 1773889.

HSL color Cylindrical-coordinate representation of color #41111B: hue angle of 347.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41111B is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB651727-
CMYK00.740.580.75
HSL347.5º58.54%16.08%-
HSV(B)347.5º73.85%25.49%-
XYZ2.581.61.21-
YUV32.49124.9151.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.63%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=59.63%
G=15.60%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65172700.740.580.75347.558.5416.08
Hex41111B04A3A4B15c3b10
Octal10121330112721135347320
Binary1000001100011101101001010111010100101110101110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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