#410809

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

Shades of Rustic Red #410809

Tints of Rustic Red #410809

Color information

#410809 (or 0x410809) is unknown color: approx Rustic Red. HEX triplet: 41, 08 and 09. RGB value is (65,8,9). Sum of RGB (Red+Green+Blue) = 65+8+9=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #410809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410809 is #BEF7F6. Grayscale: #191919. Windows color (decimal): -12515319 or 591937. OLE color: 591937.

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

Color convert

RGB6589-
CMYK00.880.860.75
HSL358.95º78.08%14.31%-
HSV(B)358.95º87.69%25.49%-
XYZ2.321.320.39-
YUV25.16118.88156.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 79.27%
GREEN value IS 8 (3.52% from 255) = 9.76%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=79.27%
G=9.76%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal658900.880.860.75358.9578.0814.31
Hex4189058564B1674ee
Octal1011011013012611354711616
Binary100000110001001010110001010110100101110110011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410809; }

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

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

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

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

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

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

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

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