#410811

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

Shades of Rustic Red #410811

Tints of Rustic Red #410811

Color information

#410811 (or 0x410811) is unknown color: approx Rustic Red. HEX triplet: 41, 08 and 11. RGB value is (65,8,17). Sum of RGB (Red+Green+Blue) = 65+8+17=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #410811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410811 is #BEF7EE. Grayscale: #1A1A1A. Windows color (decimal): -12515311 or 1116225. OLE color: 1116225.

HSL color Cylindrical-coordinate representation of color #410811: hue angle of 350.53º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410811 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB65817-
CMYK00.880.740.75
HSL350.53º78.08%14.31%-
HSV(B)350.53º87.69%25.49%-
XYZ2.371.340.66-
YUV26.07122.88155.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 72.22%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=72.22%
G=8.89%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6581700.880.740.75350.5378.0814.31
Hex418110584A4B15f4ee
Octal1011021013011211353711616
Binary1000001100010001010110001001010100101110101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410811; }

 p { color: rgb(65,8,17); }

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

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

 a { background-color: rgb(65,8,17); }

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

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

 span { border-color: rgb(65,8,17); }

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