#411B1F

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

Shades of Rustic Red #411B1F

Tints of Rustic Red #411B1F

Color information

#411B1F (or 0x411B1F) is unknown color: approx Rustic Red. HEX triplet: 41, 1B and 1F. RGB value is (65,27,31). Sum of RGB (Red+Green+Blue) = 65+27+31=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #411B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B1F is #BEE4E0. Grayscale: #262626. Windows color (decimal): -12510433 or 2038593. OLE color: 2038593.

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

Color convert

RGB652731-
CMYK00.580.520.75
HSL353.68º41.3%18.04%-
HSV(B)353.68º58.46%25.49%-
XYZ2.822.011.54-
YUV38.82123.59146.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 27 (10.94% from 255) = 21.95%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=52.85%
G=21.95%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65273100.580.520.75353.6841.318.04
Hex411B1F03A344B1622912
Octal1013337072641135425122
Binary100000111011111110111010110100100101110110001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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