Html Css Color HEX #413126 Slugger

📋 copy color: '#413126'

red 65 ◦ green 49 ◦ blue 38

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

Shades of Slugger #413126

Tints of Slugger #413126

RGB

 RED value IS 65 (25.78% from 255) = 42.76%

 GREEN value IS 49 (19.53% from 255) = 32.24%

 BLUE value IS 38 (15.23% from 255) = 25%

R = 42.76%
G = 32.24%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#413126 (or 0x413126) is known color: Slugger. HEX triplet: 41, 31 and 26. RGB value is (65,49,38). Sum of RGB (Red+Green+Blue) = 65+49+38=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #413126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413126 is #BECED9. Grayscale: #343434. Windows color (decimal): -12504794 or 2502977. OLE color: 2502977.

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

Color convert

RGB 65 49 38 -
CMYK 0 0.25 0.42 0.75
HSL 24.44º 0.26% 0.2% -
HSV(B) 24.44º 0.42% 0.25% -
XYZ 3.63 3.46 2.31 -
YUV 52.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 65 49 38 0 0.25 0.42 0.75 24.44 0.26 0.2
Hex 41 31 26 0 19 2A 4B 18 1A 14
Octal 101 61 46 0 31 52 113 30 32 24
Binary 1000001 110001 100110 0 11001 101010 1001011 11000 11010 10100

Color Harmonies of #413126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413126

Black with #413126

Text Example


Text Example

White with #413126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413126; }

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

 H1.HeaderClassName
 {
   color: #413126;
 }
 .AnyTagClassName
 {
   color: #413126;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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