Html Css Color HEX #423129 Slugger

📋 copy color: '#423129'

red 66 ◦ green 49 ◦ blue 41

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

Shades of Slugger #423129

Tints of Slugger #423129

RGB

 RED value IS 66 (26.17% from 255) = 42.31%

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

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

R = 42.31%
G = 31.41%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#423129 (or 0x423129) is known color: Slugger. HEX triplet: 42, 31 and 29. RGB value is (66,49,41). Sum of RGB (Red+Green+Blue) = 66+49+41=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #423129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423129 is #BDCED6. Grayscale: #353535. Windows color (decimal): -12439255 or 2699586. OLE color: 2699586.

HSL color Cylindrical-coordinate representation of color #423129: hue angle of 19.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423129 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 49 41 -
CMYK 0 0.26 0.38 0.74
HSL 19.2º 0.23% 0.21% -
HSV(B) 19.2º 0.38% 0.26% -
XYZ 3.75 3.51 2.58 -
YUV 53.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 66 49 41 0 0.26 0.38 0.74 19.2 0.23 0.21
Hex 42 31 29 0 1A 26 4A 13 17 15
Octal 102 61 51 0 32 46 112 23 27 25
Binary 1000010 110001 101001 0 11010 100110 1001010 10011 10111 10101

Color Harmonies of #423129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423129

Black with #423129

Text Example


Text Example

White with #423129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423129; }

 p { color: rgb(66,49,41); }

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

background-color css

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

 a { background-color: rgb(66,49,41); }

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

border-color css

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

 span { border-color: rgb(66,49,41); }

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