#411219

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

Shades of Rustic Red #411219

Tints of Rustic Red #411219

Color information

#411219 (or 0x411219) is unknown color: approx Rustic Red. HEX triplet: 41, 12 and 19. RGB value is (65,18,25). Sum of RGB (Red+Green+Blue) = 65+18+25=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411219 is #BEEDE6. Grayscale: #202020. Windows color (decimal): -12512743 or 1643073. OLE color: 1643073.

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

Color convert

RGB651825-
CMYK00.720.620.75
HSL351.06º56.63%16.27%-
HSV(B)351.06º72.31%25.49%-
XYZ2.571.631.1-
YUV32.85123.57150.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=60.19%
G=16.67%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65182500.720.620.75351.0656.6316.27
Hex4112190483E4B15f3910
Octal10122310110761135377120
Binary1000001100101100101001000111110100101110101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411219; }

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

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

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

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

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

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

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

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