#41091A

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

Shades of Rustic Red #41091A

Tints of Rustic Red #41091A

Color information

#41091A (or 0x41091A) is unknown color: approx Rustic Red. HEX triplet: 41, 09 and 1A. RGB value is (65,9,26). Sum of RGB (Red+Green+Blue) = 65+9+26=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41091A is #BEF6E5. Grayscale: #1B1B1B. Windows color (decimal): -12515046 or 1706305. OLE color: 1706305.

HSL color Cylindrical-coordinate representation of color #41091A: hue angle of 341.79º 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 #41091A is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB65926-
CMYK00.860.600.75
HSL341.79º75.68%14.51%-
HSV(B)341.79º86.15%25.49%-
XYZ2.461.391.12-
YUV27.68127.05154.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 26 (10.55% from 255) = 26%
R=65%
G=9%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6592600.860.600.75341.7975.6814.51
Hex4191A0563C4B1564cf
Octal101113201267411352611417
Binary100000110011101001010110111100100101110101011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41091A; }

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

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

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

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

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

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

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

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