#41080D

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

Shades of Rustic Red #41080D

Tints of Rustic Red #41080D

Color information

#41080D (or 0x41080D) is unknown color: approx Rustic Red. HEX triplet: 41, 08 and 0D. RGB value is (65,8,13). Sum of RGB (Red+Green+Blue) = 65+8+13=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #41080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41080D is #BEF7F2. Grayscale: #191919. Windows color (decimal): -12515315 or 854081. OLE color: 854081.

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

Color convert

RGB65813-
CMYK00.880.800.75
HSL354.74º78.08%14.31%-
HSV(B)354.74º87.69%25.49%-
XYZ2.341.330.51-
YUV25.61120.88156.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 75.58%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=75.58%
G=9.30%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6581300.880.800.75354.7478.0814.31
Hex418D058504B1634ee
Octal1011015013012011354311616
Binary100000110001101010110001010000100101110110001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41080D; }

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

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

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

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

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

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

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

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