Html Css Color HEX #413129 Slugger

📋 copy color: '#413129'

red 65 ◦ green 49 ◦ blue 41

#413129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slugger #413129

Tints of Slugger #413129

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 value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#413129 (or 0x413129) is known color: 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

RGB 65 49 41 -
CMYK 0 0.25 0.37 0.75
HSL 20º 0.23% 0.21% -
HSV(B) 20º 0.37% 0.25% -
XYZ 3.68 3.48 2.58 -
YUV 52.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 65 49 41 0 0.25 0.37 0.75 20 0.23 0.21
Hex 41 31 29 0 19 25 4B 14 17 15
Octal 101 61 51 0 31 45 113 24 27 25
Binary 1000001 110001 101001 0 11001 100101 1001011 10100 10111 10101

Color Harmonies of #413129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413129

Black with #413129

Text Example


Text Example

White with #413129

Text Example


Text Example

HTML Codes & Css Web 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>