#41191F

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

Shades of Rustic Red #41191F

Tints of Rustic Red #41191F

Color information

#41191F (or 0x41191F) is unknown color: approx Rustic Red. HEX triplet: 41, 19 and 1F. RGB value is (65,25,31). Sum of RGB (Red+Green+Blue) = 65+25+31=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #41191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41191F is #BEE6E0. Grayscale: #252525. Windows color (decimal): -12510945 or 2038081. OLE color: 2038081.

HSL color Cylindrical-coordinate representation of color #41191F: hue angle of 351º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41191F is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB652531-
CMYK00.620.520.75
HSL351º44.44%17.65%-
HSV(B)351º61.54%25.49%-
XYZ2.771.921.52-
YUV37.64124.25147.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=53.72%
G=20.66%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65253100.620.520.7535144.4417.65
Hex41191F03E344B15f2c12
Octal1013137076641135375422
Binary100000111001111110111110110100100101110101111110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41191F; }

 p { color: rgb(65,25,31); }

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

<style>
 a { background-color: #41191F; }

 a { background-color: rgb(65,25,31); }

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

<style>
 span { border-color: #41191F; }

 span { border-color: rgb(65,25,31); }

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