Html Css Color HEX #413127 Slugger

📋 copy color: '#413127'

red 65 ◦ green 49 ◦ blue 39

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

Shades of Slugger #413127

Tints of Slugger #413127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.49%

R = 42.48%
G = 32.03%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#413127 (or 0x413127) is known color: Slugger. HEX triplet: 41, 31 and 27. RGB value is (65,49,39). Sum of RGB (Red+Green+Blue) = 65+49+39=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413127 is #BECED8. Grayscale: #343434. Windows color (decimal): -12504793 or 2568513. OLE color: 2568513.

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

Color convert

RGB 65 49 39 -
CMYK 0 0.25 0.40 0.75
HSL 23.08º 0.25% 0.2% -
HSV(B) 23.08º 0.4% 0.25% -
XYZ 3.64 3.47 2.4 -
YUV 52.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 65 49 39 0 0.25 0.40 0.75 23.08 0.25 0.2
Hex 41 31 27 0 19 28 4B 17 19 14
Octal 101 61 47 0 31 50 113 27 31 24
Binary 1000001 110001 100111 0 11001 101000 1001011 10111 11001 10100

Color Harmonies of #413127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413127

Black with #413127

Text Example


Text Example

White with #413127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413127; }

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

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

background-color css

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

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

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

border-color css

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

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

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