#410718

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

Shades of Rustic Red #410718

Tints of Rustic Red #410718

Color information

#410718 (or 0x410718) is unknown color: approx Rustic Red. HEX triplet: 41, 07 and 18. RGB value is (65,7,24). Sum of RGB (Red+Green+Blue) = 65+7+24=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #410718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410718 is #BEF8E7. Grayscale: #1A1A1A. Windows color (decimal): -12515560 or 1574721. OLE color: 1574721.

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

Color convert

RGB65724-
CMYK00.890.630.75
HSL342.41º80.56%14.12%-
HSV(B)342.41º89.23%25.49%-
XYZ2.421.341-
YUV26.28126.72155.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 7 (3.12% from 255) = 7.29%
BLUE value IS 24 (9.77% from 255) = 25%
R=67.71%
G=7.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6572400.890.630.75342.4180.5614.12
Hex417180593F4B15651e
Octal10173001317711352612116
Binary10000011111100001011001111111100101110101011010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410718; }

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

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

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

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

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

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

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

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