#411317

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

Shades of Rustic Red #411317

Tints of Rustic Red #411317

Color information

#411317 (or 0x411317) is unknown color: approx Rustic Red. HEX triplet: 41, 13 and 17. RGB value is (65,19,23). Sum of RGB (Red+Green+Blue) = 65+19+23=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411317 is #BEECE8. Grayscale: #212121. Windows color (decimal): -12512489 or 1512257. OLE color: 1512257.

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

Color convert

RGB651923-
CMYK00.710.650.75
HSL354.78º54.76%16.47%-
HSV(B)354.78º70.77%25.49%-
XYZ2.571.650.99-
YUV33.21122.24150.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 23 (9.38% from 255) = 21.50%
R=60.75%
G=17.76%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65192300.710.650.75354.7854.7616.47
Hex411317047414B1633710
Octal101232701071011135436720
Binary10000011001110111010001111000001100101110110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411317; }

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

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

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

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

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

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

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

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