#410816

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

Shades of Rustic Red #410816

Tints of Rustic Red #410816

Color information

#410816 (or 0x410816) is unknown color: approx Rustic Red. HEX triplet: 41, 08 and 16. RGB value is (65,8,22). Sum of RGB (Red+Green+Blue) = 65+8+22=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #410816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410816 is #BEF7E9. Grayscale: #1A1A1A. Windows color (decimal): -12515306 or 1443905. OLE color: 1443905.

HSL color Cylindrical-coordinate representation of color #410816: hue angle of 345.26º 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 #410816 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB65822-
CMYK00.880.660.75
HSL345.26º78.08%14.31%-
HSV(B)345.26º87.69%25.49%-
XYZ2.411.360.89-
YUV26.64125.38155.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 68.42%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=68.42%
G=8.42%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6582200.880.660.75345.2678.0814.31
Hex41816058424B1594ee
Octal1011026013010211353111616
Binary1000001100010110010110001000010100101110101100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410816; }

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

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

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

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

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

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

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

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