Html Css Color HEX #413029 Slugger

📋 copy color: '#413029'

red 65 ◦ green 48 ◦ blue 41

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

Shades of Slugger #413029

Tints of Slugger #413029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.17%

 BLUE value IS 41 (16.41% from 255) = 26.62%

R = 42.21%
G = 31.17%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#413029 (or 0x413029) is known color: Slugger. HEX triplet: 41, 30 and 29. RGB value is (65,48,41). Sum of RGB (Red+Green+Blue) = 65+48+41=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #413029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413029 is #BECFD6. Grayscale: #343434. Windows color (decimal): -12505047 or 2699329. OLE color: 2699329.

HSL color Cylindrical-coordinate representation of color #413029: hue angle of 17.5º 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 #413029 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 48 41 -
CMYK 0 0.26 0.37 0.75
HSL 17.5º 0.23% 0.21% -
HSV(B) 17.5º 0.37% 0.25% -
XYZ 3.64 3.4 2.56 -
YUV 52.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 65 48 41 0 0.26 0.37 0.75 17.5 0.23 0.21
Hex 41 30 29 0 1A 25 4B 12 17 15
Octal 101 60 51 0 32 45 113 22 27 25
Binary 1000001 110000 101001 0 11010 100101 1001011 10010 10111 10101

Color Harmonies of #413029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413029

Black with #413029

Text Example


Text Example

White with #413029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413029; }

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

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

background-color css

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

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

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

border-color css

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

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

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