#410613

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

Shades of Rustic Red #410613

Tints of Rustic Red #410613

Color information

#410613 (or 0x410613) is unknown color: approx Rustic Red. HEX triplet: 41, 06 and 13. RGB value is (65,6,19). Sum of RGB (Red+Green+Blue) = 65+6+19=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #410613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410613 is #BEF9EC. Grayscale: #191919. Windows color (decimal): -12515821 or 1246785. OLE color: 1246785.

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

Color convert

RGB65619-
CMYK00.910.710.75
HSL346.78º83.1%13.92%-
HSV(B)346.78º90.77%25.49%-
XYZ2.361.30.74-
YUV25.12124.55156.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 72.22%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=72.22%
G=6.67%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6561900.910.710.75346.7883.113.92
Hex4161305B474B15b53e
Octal101623013310711353312316
Binary100000111010011010110111000111100101110101101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410613; }

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

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

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

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

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

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

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

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