#411315

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

Shades of Rustic Red #411315

Tints of Rustic Red #411315

Color information

#411315 (or 0x411315) is unknown color: approx Rustic Red. HEX triplet: 41, 13 and 15. RGB value is (65,19,21). Sum of RGB (Red+Green+Blue) = 65+19+21=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411315 is #BEECEA. Grayscale: #212121. Windows color (decimal): -12512491 or 1381185. OLE color: 1381185.

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

Color convert

RGB651921-
CMYK00.710.680.75
HSL357.39º54.76%16.47%-
HSV(B)357.39º70.77%25.49%-
XYZ2.551.640.89-
YUV32.98121.24150.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 21 (8.59% from 255) = 20%
R=61.90%
G=18.10%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65192100.710.680.75357.3954.7616.47
Hex411315047444B1653710
Octal101232501071041135456720
Binary10000011001110101010001111000100100101110110010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411315; }

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

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

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

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

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

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

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

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