#413129

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

Shades of Slugger #413129

Tints of Slugger #413129

Color information

#413129 (or 0x413129) is unknown color: approx Slugger. HEX triplet: 41, 31 and 29. RGB value is (65,49,41). Sum of RGB (Red+Green+Blue) = 65+49+41=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413129 is #BECED6. Grayscale: #343434. Windows color (decimal): -12504791 or 2699585. OLE color: 2699585.

HSL color Cylindrical-coordinate representation of color #413129: hue angle of 20º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #413129 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB654941-
CMYK00.250.370.75
HSL20º22.64%20.78%-
HSV(B)20º36.92%25.49%-
XYZ3.683.482.58-
YUV52.87121.3136.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=41.94%
G=31.61%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65494100.250.370.752022.6420.78
Hex413129019254B141715
Octal101615103145113242725
Binary10000011100011010010110011001011001011101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413129; }

 p { color: rgb(65,49,41); }

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

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

 a { background-color: rgb(65,49,41); }

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

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

 span { border-color: rgb(65,49,41); }

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