Html Css Color HEX #413328 Slugger

📋 copy color: '#413328'

red 65 ◦ green 51 ◦ blue 40

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

Shades of Slugger #413328

Tints of Slugger #413328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.69%

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 41.67%
G = 32.69%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#413328 (or 0x413328) is known color: Slugger. HEX triplet: 41, 33 and 28. RGB value is (65,51,40). Sum of RGB (Red+Green+Blue) = 65+51+40=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413328 is #BECCD7. Grayscale: #353535. Windows color (decimal): -12504280 or 2634561. OLE color: 2634561.

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

Color convert

RGB 65 51 40 -
CMYK 0 0.22 0.38 0.75
HSL 26.4º 0.24% 0.21% -
HSV(B) 26.4º 0.38% 0.25% -
XYZ 3.75 3.64 2.51 -
YUV 53.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 65 51 40 0 0.22 0.38 0.75 26.4 0.24 0.21
Hex 41 33 28 0 16 26 4B 1A 18 15
Octal 101 63 50 0 26 46 113 32 30 25
Binary 1000001 110011 101000 0 10110 100110 1001011 11010 11000 10101

Color Harmonies of #413328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413328

Black with #413328

Text Example


Text Example

White with #413328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413328; }

 p { color: rgb(65,51,40); }

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

background-color css

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

 a { background-color: rgb(65,51,40); }

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

border-color css

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

 span { border-color: rgb(65,51,40); }

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