#41090F

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

Shades of Rustic Red #41090F

Tints of Rustic Red #41090F

Color information

#41090F (or 0x41090F) is unknown color: approx Rustic Red. HEX triplet: 41, 09 and 0F. RGB value is (65,9,15). Sum of RGB (Red+Green+Blue) = 65+9+15=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #41090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41090F is #BEF6F0. Grayscale: #1A1A1A. Windows color (decimal): -12515057 or 985409. OLE color: 985409.

HSL color Cylindrical-coordinate representation of color #41090F: hue angle of 353.57º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41090F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB65915-
CMYK00.860.770.75
HSL353.57º75.68%14.51%-
HSV(B)353.57º86.15%25.49%-
XYZ2.361.350.59-
YUV26.43121.55155.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.03%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=73.03%
G=10.11%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6591500.860.770.75353.5775.6814.51
Hex419F0564D4B1624cf
Octal1011117012611511354211417
Binary100000110011111010101101001101100101110110001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41090F; }

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

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

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

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

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

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

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

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