#410713

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

Shades of Rustic Red #410713

Tints of Rustic Red #410713

Color information

#410713 (or 0x410713) is unknown color: approx Rustic Red. HEX triplet: 41, 07 and 13. RGB value is (65,7,19). Sum of RGB (Red+Green+Blue) = 65+7+19=91 (12% of max value = 765). Red value is 65 (25.78% from 255 or 71.43% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 65 - color contains mainly: red. Hex color #410713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410713 is #BEF8EC. Grayscale: #191919. Windows color (decimal): -12515565 or 1247041. OLE color: 1247041.

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

Color convert

RGB65719-
CMYK00.890.710.75
HSL347.59º80.56%14.12%-
HSV(B)347.59º89.23%25.49%-
XYZ2.371.320.75-
YUV25.71124.22156.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 71.43%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=71.43%
G=7.69%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6571900.890.710.75347.5980.5614.12
Hex41713059474B15c51e
Octal101723013110711353412116
Binary100000111110011010110011000111100101110101110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410713; }

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

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

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

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

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

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

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

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