#410608

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

Shades of Rustic Red #410608

Tints of Rustic Red #410608

Color information

#410608 (or 0x410608) is unknown color: approx Rustic Red. HEX triplet: 41, 06 and 08. RGB value is (65,6,8). Sum of RGB (Red+Green+Blue) = 65+6+8=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #410608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410608 is #BEF9F7. Grayscale: #171717. Windows color (decimal): -12515832 or 525889. OLE color: 525889.

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

Color convert

RGB6568-
CMYK00.910.880.75
HSL357.97º83.1%13.92%-
HSV(B)357.97º90.77%25.49%-
XYZ2.291.270.35-
YUV23.87119.05157.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 82.28%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=82.28%
G=7.59%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal656800.910.880.75357.9783.113.92
Hex416805B584B16653e
Octal101610013313011354612316
Binary10000011101000010110111011000100101110110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410608; }

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

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

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

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

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

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

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

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