#411417

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

Shades of Rustic Red #411417

Tints of Rustic Red #411417

Color information

#411417 (or 0x411417) is unknown color: approx Rustic Red. HEX triplet: 41, 14 and 17. RGB value is (65,20,23). Sum of RGB (Red+Green+Blue) = 65+20+23=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411417 is #BEEBE8. Grayscale: #212121. Windows color (decimal): -12512233 or 1512513. OLE color: 1512513.

HSL color Cylindrical-coordinate representation of color #411417: hue angle of 356º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411417 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB652023-
CMYK00.690.650.75
HSL356º52.94%16.67%-
HSV(B)356º69.23%25.49%-
XYZ2.581.691-
YUV33.8121.91150.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 23 (9.38% from 255) = 21.30%
R=60.19%
G=18.52%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65202300.690.650.7535652.9416.67
Hex411417045414B1643511
Octal101242701051011135446521
Binary10000011010010111010001011000001100101110110010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411417; }

 p { color: rgb(65,20,23); }

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

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

 a { background-color: rgb(65,20,23); }

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

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

 span { border-color: rgb(65,20,23); }

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