#410607

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

Shades of Rustic Red #410607

Tints of Rustic Red #410607

Color information

#410607 (or 0x410607) is unknown color: approx Rustic Red. HEX triplet: 41, 06 and 07. RGB value is (65,6,7). Sum of RGB (Red+Green+Blue) = 65+6+7=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410607 is #BEF9F8. Grayscale: #171717. Windows color (decimal): -12515833 or 460353. OLE color: 460353.

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

Color convert

RGB6567-
CMYK00.910.890.75
HSL358.98º83.1%13.92%-
HSV(B)358.98º90.77%25.49%-
XYZ2.281.270.33-
YUV23.75118.55157.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 83.33%
GREEN value IS 6 (2.73% from 255) = 7.69%
BLUE value IS 7 (3.12% from 255) = 8.97%
R=83.33%
G=7.69%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656700.910.890.75358.9883.113.92
Hex416705B594B16753e
Octal10167013313111354712316
Binary1000001110111010110111011001100101110110011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410607; }

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

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

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

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

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

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

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

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