#411F20

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

Shades of Rustic Red #411F20

Tints of Rustic Red #411F20

Color information

#411F20 (or 0x411F20) is unknown color: approx Rustic Red. HEX triplet: 41, 1F and 20. RGB value is (65,31,32). Sum of RGB (Red+Green+Blue) = 65+31+32=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #411F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F20 is #BEE0DF. Grayscale: #292929. Windows color (decimal): -12509408 or 2105153. OLE color: 2105153.

HSL color Cylindrical-coordinate representation of color #411F20: hue angle of 358.24º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F20 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB653132-
CMYK00.520.510.75
HSL358.24º35.42%18.82%-
HSV(B)358.24º52.31%25.49%-
XYZ2.932.211.64-
YUV41.28122.76144.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 32 (12.89% from 255) = 25%
R=50.78%
G=24.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65313200.520.510.75358.2435.4218.82
Hex411F20034334B1662313
Octal1013740064631135464323
Binary1000001111111000000110100110011100101110110011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411F20; }

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

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

<style>
 a { background-color: #411F20; }

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

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

<style>
 span { border-color: #411F20; }

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

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