#411217

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

Shades of Rustic Red #411217

Tints of Rustic Red #411217

Color information

#411217 (or 0x411217) is unknown color: approx Rustic Red. HEX triplet: 41, 12 and 17. RGB value is (65,18,23). Sum of RGB (Red+Green+Blue) = 65+18+23=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411217 is #BEEDE8. Grayscale: #202020. Windows color (decimal): -12512745 or 1512001. OLE color: 1512001.

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

Color convert

RGB651823-
CMYK00.720.650.75
HSL353.62º56.63%16.27%-
HSV(B)353.62º72.31%25.49%-
XYZ2.551.620.99-
YUV32.62122.57151.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=61.32%
G=16.98%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65182300.720.650.75353.6256.6316.27
Hex411217048414B1623910
Octal101222701101011135427120
Binary10000011001010111010010001000001100101110110001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411217; }

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

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

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

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

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

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

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

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