#41131D

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

Shades of Rustic Red #41131D

Tints of Rustic Red #41131D

Color information

#41131D (or 0x41131D) is unknown color: approx Rustic Red. HEX triplet: 41, 13 and 1D. RGB value is (65,19,29). Sum of RGB (Red+Green+Blue) = 65+19+29=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41131D is #BEECE2. Grayscale: #212121. Windows color (decimal): -12512483 or 1905473. OLE color: 1905473.

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

Color convert

RGB651929-
CMYK00.710.550.75
HSL346.96º54.76%16.47%-
HSV(B)346.96º70.77%25.49%-
XYZ2.631.681.35-
YUV33.89125.24150.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=57.52%
G=16.81%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65192900.710.550.75346.9654.7616.47
Hex41131D047374B15b3710
Octal10123350107671135336720
Binary1000001100111110101000111110111100101110101101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41131D; }

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

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

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

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

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

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

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

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