#41141B

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

Shades of Rustic Red #41141B

Tints of Rustic Red #41141B

Color information

#41141B (or 0x41141B) is unknown color: approx Rustic Red. HEX triplet: 41, 14 and 1B. RGB value is (65,20,27). Sum of RGB (Red+Green+Blue) = 65+20+27=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41141B is #BEEBE4. Grayscale: #222222. Windows color (decimal): -12512229 or 1774657. OLE color: 1774657.

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

Color convert

RGB652027-
CMYK00.690.580.75
HSL350.67º52.94%16.67%-
HSV(B)350.67º69.23%25.49%-
XYZ2.631.71.23-
YUV34.25123.91149.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 20 (8.20% from 255) = 17.86%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=58.04%
G=17.86%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65202700.690.580.75350.6752.9416.67
Hex41141B0453A4B15f3511
Octal10124330105721135376521
Binary1000001101001101101000101111010100101110101111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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