#410619

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

Shades of Rustic Red #410619

Tints of Rustic Red #410619

Color information

#410619 (or 0x410619) is unknown color: approx Rustic Red. HEX triplet: 41, 06 and 19. RGB value is (65,6,25). Sum of RGB (Red+Green+Blue) = 65+6+25=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #410619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410619 is #BEF9E6. Grayscale: #191919. Windows color (decimal): -12515815 or 1640001. OLE color: 1640001.

HSL color Cylindrical-coordinate representation of color #410619: hue angle of 340.68º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410619 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB65625-
CMYK00.910.620.75
HSL340.68º83.1%13.92%-
HSV(B)340.68º90.77%25.49%-
XYZ2.421.321.05-
YUV25.81127.55155.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=67.71%
G=6.25%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6562500.910.620.75340.6883.113.92
Hex4161905B3E4B15553e
Octal10163101337611352512316
Binary10000011101100101011011111110100101110101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410619; }

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

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

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

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

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

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

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

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