#411E1F

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

Shades of Rustic Red #411E1F

Tints of Rustic Red #411E1F

Color information

#411E1F (or 0x411E1F) is unknown color: approx Rustic Red. HEX triplet: 41, 1E and 1F. RGB value is (65,30,31). Sum of RGB (Red+Green+Blue) = 65+30+31=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #411E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E1F is #BEE1E0. Grayscale: #282828. Windows color (decimal): -12509665 or 2039361. OLE color: 2039361.

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

Color convert

RGB653031-
CMYK00.540.520.75
HSL358.29º36.84%18.63%-
HSV(B)358.29º53.85%25.49%-
XYZ2.892.151.56-
YUV40.58122.6145.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=51.59%
G=23.81%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65303100.540.520.75358.2936.8418.63
Hex411E1F036344B1662513
Octal1013637066641135464523
Binary100000111110111110110110110100100101110110011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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